@@ -666,6 +666,7 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry<'_>, conf: &Conf) {
666666 replace_consts:: REPLACE_CONSTS ,
667667 shadow:: SHADOW_UNRELATED ,
668668 strings:: STRING_ADD_ASSIGN ,
669+ trait_bounds:: TYPE_REPETITION_IN_BOUNDS ,
669670 types:: CAST_POSSIBLE_TRUNCATION ,
670671 types:: CAST_POSSIBLE_WRAP ,
671672 types:: CAST_PRECISION_LOSS ,
@@ -870,7 +871,6 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry<'_>, conf: &Conf) {
870871 swap:: ALMOST_SWAPPED ,
871872 swap:: MANUAL_SWAP ,
872873 temporary_assignment:: TEMPORARY_ASSIGNMENT ,
873- trait_bounds:: TYPE_REPETITION_IN_BOUNDS ,
874874 transmute:: CROSSPOINTER_TRANSMUTE ,
875875 transmute:: TRANSMUTE_BYTES_TO_STR ,
876876 transmute:: TRANSMUTE_INT_TO_BOOL ,
@@ -1056,7 +1056,6 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry<'_>, conf: &Conf) {
10561056 reference:: REF_IN_DEREF ,
10571057 swap:: MANUAL_SWAP ,
10581058 temporary_assignment:: TEMPORARY_ASSIGNMENT ,
1059- trait_bounds:: TYPE_REPETITION_IN_BOUNDS ,
10601059 transmute:: CROSSPOINTER_TRANSMUTE ,
10611060 transmute:: TRANSMUTE_BYTES_TO_STR ,
10621061 transmute:: TRANSMUTE_INT_TO_BOOL ,
0 commit comments