88b5d519a1
Fix suggestion for `map_clone` lint on types implementing `Copy` Follow-up of https://github.com/rust-lang/rust-clippy/pull/12104. It was missing this check to suggest the correct method. r? `@llogiq` changelog: Fix suggestion for `map_clone` lint on types implementing `Copy`