mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-15 01:39:25 +00:00
a327acc126
435: Allow `clippy::needless_lifetimes` on tracked method getters r=XFFXFF a=DropDemBits The tracked method generation adds an extra `__db` lifetime to the signature, but clippy complains that this lifetime can be elided in some cases, so add an allow to silence this warning. Unfortunately clippy doesn't lint inside of the warning tests, so those tests don't do anything to check that no clippy warnings are generated. Co-authored-by: DropDemBits <r3usrlnd@gmail.com> |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |