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) {
2180
2180
ls. register_renamed ( "clippy::panic_params" , "non_fmt_panics" ) ;
2181
2181
ls. register_renamed ( "clippy::unknown_clippy_lints" , "unknown_lints" ) ;
2182
2182
ls. register_renamed ( "clippy::invalid_atomic_ordering" , "invalid_atomic_ordering" ) ;
2183
+ ls. register_renamed ( "clippy::trait_duplication_in_bounds" , "trait_duplication_in_bounds" ) ;
2183
2184
}
2184
2185
2185
2186
// only exists to let the dogfood integration test works.
Original file line number Diff line number Diff line change 15
15
#[ warn( clippy:: pub_enum_variant_names) ]
16
16
#[ warn( clippy:: wrong_pub_self_convention) ]
17
17
#[ warn( clippy:: invalid_atomic_ordering) ]
18
+ #[ warn( clippy:: trait_duplication_in_bounds) ]
18
19
19
20
fn main ( ) { }
You can’t perform that action at this time.
0 commit comments