rust/clippy_lints
bors 0552852d9a Auto merge of #7000 - Jarcho:clone_on_copy_fp, r=llogiq
Improve `clone_on_copy`

This also removes the `clone_on_copy_mut` test as the same thing is covered in the `clone_on_copy` test.

changelog: `copy_on_clone` lint on chained method calls taking self by value
changelog: `copy_on_clone` only lint when using the `Clone` trait
changelog: `copy_on_clone` correct suggestion when the cloned value is a macro call.
2021-03-30 05:25:28 +00:00
..
src Auto merge of #7000 - Jarcho:clone_on_copy_fp, r=llogiq 2021-03-30 05:25:28 +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.