rust/clippy_lints
bors 83ad51108b Auto merge of #7982 - Blckbrry-Pi:master, r=llogiq
Fix `needless_collect`'s tendency to suggest code requiring multiple mutable borrows of the same value.

Fixes error specified in #7975.

changelog: [`needless_collect`] no longer suggests removal of `collect` when removal would create code requiring mutably borrowing a value multiple times.
2021-11-16 23:01:02 +00:00
..
src Auto merge of #7982 - Blckbrry-Pi:master, r=llogiq 2021-11-16 23:01:02 +00:00
Cargo.toml Update clippy dependencies 2021-11-02 14:19:31 +01:00
README.md

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