rust/clippy_lints
bors d2ba777159 Auto merge of #7036 - horacimacias:master, r=giraffate
consider mutability on useless_vec suggestions

fixes #7035

changelog: Now the suggested by `useless_vec` considers mutability to suggest either `&[]`, as before, or `&mut []` if the used reference is mutable.
2021-04-06 13:38:08 +00:00
..
src Auto merge of #7036 - horacimacias:master, r=giraffate 2021-04-06 13:38:08 +00:00
Cargo.toml Bump Clippy Version -> 0.1.53 2021-03-25 18:48:48 +01:00
README.md

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