File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2180,6 +2180,7 @@ pub fn register_renamed(ls: &mut rustc_lint::LintStore) {
21802180 ls. register_renamed ( "clippy::panic_params" , "non_fmt_panics" ) ;
21812181 ls. register_renamed ( "clippy::unknown_clippy_lints" , "unknown_lints" ) ;
21822182 ls. register_renamed ( "clippy::invalid_atomic_ordering" , "invalid_atomic_ordering" ) ;
2183+ ls. register_renamed ( "clippy::trait_duplication_in_bounds" , "trait_duplication_in_bounds" ) ;
21832184}
21842185
21852186// only exists to let the dogfood integration test works.
Original file line number Diff line number Diff line change 1515#[ warn( clippy:: pub_enum_variant_names) ]
1616#[ warn( clippy:: wrong_pub_self_convention) ]
1717#[ warn( clippy:: invalid_atomic_ordering) ]
18+ #[ warn( clippy:: trait_duplication_in_bounds) ]
1819
1920fn main ( ) { }
You can’t perform that action at this time.
0 commit comments