mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
ae880e41a8
Move `redundant_clone` to `nursery` changelog: [`redundant_clone`]: Move to `nursery` A bunch of FPs in `redundant_clone` have sprung up after upstream MIR changes: https://github.com/rust-lang/rust/pull/108944 - https://github.com/rust-lang/rust-clippy/issues/10870 - https://github.com/rust-lang/rust-clippy/issues/10577 - https://github.com/rust-lang/rust-clippy/issues/10545 - https://github.com/rust-lang/rust-clippy/issues/10517 r? `@flip1995`