]> git.lizzy.rs Git - rust.git/commit
Auto merge of #8280 - xFrednet:8276-map-clone-msrv, r=flip1995
authorbors <bors@rust-lang.org>
Wed, 19 Jan 2022 16:33:10 +0000 (16:33 +0000)
committerbors <bors@rust-lang.org>
Wed, 19 Jan 2022 16:33:10 +0000 (16:33 +0000)
commit8bb4690487a39f9faab77b308bd797a15c216703
tree3371c9c569c7cc6aa2844b4a53fb161dfdc451d1
parent0b143e347c61ab2fc62e9b533d48009aede2f3fc
parent1afeb7106514557e19b2eb48529a9a96879ca4d3
Auto merge of #8280 - xFrednet:8276-map-clone-msrv, r=flip1995

Add `msrv` config for `map_clone`

Just a small PR to have some fun with Clippy and to clear my head a bit :sweat_smile:

---

changelog: [`map_clone`]: The suggestion takes `msrv` into account
changelog: Track `msrv` attribute for `manual_bits` and `borrow_as_prt`

fixes: #8276