mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
8723eb6035
Fix `map_clone` false positive Don't lint when the item type is not a reference. `copied` only applies to references. changelog: Fix `map_clone` false positive