]> git.lizzy.rs Git - rust.git/commit
Auto merge of #10022 - Jarcho:issue_10019, r=giraffate
authorbors <bors@rust-lang.org>
Fri, 2 Dec 2022 07:17:13 +0000 (07:17 +0000)
committerbors <bors@rust-lang.org>
Fri, 2 Dec 2022 07:17:13 +0000 (07:17 +0000)
commit38fce1235a024078d996a52d7f89692ea3005268
tree4263b2a51991f025c90f8e2dbfb21067b5c57100
parent56d5657880d490a07f85c83a96187cad72e6b31a
parentab8c6beb8526f9dbf3934835681e1ff9e951ea5b
Auto merge of #10022 - Jarcho:issue_10019, r=giraffate

Don't lint `implicit_clone` when the type doesn't implement clone

fixes #10019
changelog: `implicit_clone`: Don't lint when the type doesn't implement clone