rust/clippy_lints
bors 1d1ae10876 Auto merge of #9037 - smoelius:fix-extra-unused-lifetimes-fp, r=dswij
Fix `extra_unused_lifetimes` false positive

This PR fixes #9014.

I confirmed the FP on the `crates.io` source as `@JohnTitor` mentioned, and confirmed that the FP is no longer present following this change.

I did not include a test in this PR because I think constructing one would be complicated, and the fix is pretty simple. But please let me know if this is unacceptable.

changelog: fix `extra_unused_lifetimes` FP
2022-06-24 08:39:45 +00:00
..
src Auto merge of #9037 - smoelius:fix-extra-unused-lifetimes-fp, r=dswij 2022-06-24 08:39:45 +00:00
Cargo.toml Remove cargo_dev dependency 2022-06-21 14:04:37 -04:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.