mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
00a00ebaee
Based on rust-lang/rust-clippy#15978 This will prevent some pointless merge conflict when multiple people add lints to the same lint pass (e.g. methods). changelog: None