mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
aa2180f5fe
Closes #13306 Closes #9925 Closes #9470 Closes #9305 Clippy gives wrong suggestions when the key is not `Copy`. As suggested in #9925, in such cases Clippy will simply warn but no fix. changelog: [`map_entry`]: fix wrong suggestions when key is not `Copy`