@@ -666,6 +666,7 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry<'_>, conf: &Conf) {
666
666
replace_consts:: REPLACE_CONSTS ,
667
667
shadow:: SHADOW_UNRELATED ,
668
668
strings:: STRING_ADD_ASSIGN ,
669
+ trait_bounds:: TYPE_REPETITION_IN_BOUNDS ,
669
670
types:: CAST_POSSIBLE_TRUNCATION ,
670
671
types:: CAST_POSSIBLE_WRAP ,
671
672
types:: CAST_PRECISION_LOSS ,
@@ -870,7 +871,6 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry<'_>, conf: &Conf) {
870
871
swap:: ALMOST_SWAPPED ,
871
872
swap:: MANUAL_SWAP ,
872
873
temporary_assignment:: TEMPORARY_ASSIGNMENT ,
873
- trait_bounds:: TYPE_REPETITION_IN_BOUNDS ,
874
874
transmute:: CROSSPOINTER_TRANSMUTE ,
875
875
transmute:: TRANSMUTE_BYTES_TO_STR ,
876
876
transmute:: TRANSMUTE_INT_TO_BOOL ,
@@ -1056,7 +1056,6 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry<'_>, conf: &Conf) {
1056
1056
reference:: REF_IN_DEREF ,
1057
1057
swap:: MANUAL_SWAP ,
1058
1058
temporary_assignment:: TEMPORARY_ASSIGNMENT ,
1059
- trait_bounds:: TYPE_REPETITION_IN_BOUNDS ,
1060
1059
transmute:: CROSSPOINTER_TRANSMUTE ,
1061
1060
transmute:: TRANSMUTE_BYTES_TO_STR ,
1062
1061
transmute:: TRANSMUTE_INT_TO_BOOL ,
0 commit comments