mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
2153c0fcc8
Needless ref mut cfg Fixes https://github.com/rust-lang/rust-clippy/issues/11185. cc `@Centri3` changelog: Emit note if function is behind a cfg for `NEEDLESS_PASS_BY_REF_MUT` lint.