rust-clippy/clippy_lints
bors 59cd77710d Auto merge of #7657 - dswij:needless-borrow-mut, r=llogiq
`needless_borrow` checks for mutable borrow

closes #7635

changelog: [`needless_borrow`] now checks for needless mutable borrow
2021-09-17 22:25:07 +00:00
..
src Auto merge of #7657 - dswij:needless-borrow-mut, r=llogiq 2021-09-17 22:25:07 +00:00
Cargo.toml Bump Clippy Version -> 0.1.57 2021-09-08 10:59:04 +02:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

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