]> git.lizzy.rs Git - rust.git/commit
Don't suggest changing explicit Clone impls if they have generics
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Thu, 11 Jan 2018 09:28:42 +0000 (10:28 +0100)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Thu, 11 Jan 2018 09:28:42 +0000 (10:28 +0100)
commit1245de1e468761b123fad5d5214c37cb12c66f94
treecc81878abb48a94843b2d38ff1188d6994d0a5ea
parent41a710e3f4d52f08a487b22debd5940fe705e38b
Don't suggest changing explicit Clone impls if they have generics
clippy_lints/src/derive.rs
tests/ui/clone_on_copy_impl.rs [new file with mode: 0644]