mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
fc811f7e2e
fix rust-lang/rust-clippy#13637 As suggested in the PR above, we should not lint enum variants containing matching path names. changelog: [`item_name_repetitions`]: exclude enum variants with identical path components