@@ -856,6 +856,7 @@ pub fn register_plugins(reg: &mut rustc_driver::plugin::Registry<'_>, conf: &Con
856
856
ranges:: RANGE_MINUS_ONE ,
857
857
ranges:: RANGE_PLUS_ONE ,
858
858
ranges:: RANGE_ZIP_WITH_LEN ,
859
+ redundant_clone:: REDUNDANT_CLONE ,
859
860
redundant_field_names:: REDUNDANT_FIELD_NAMES ,
860
861
redundant_pattern_matching:: REDUNDANT_PATTERN_MATCHING ,
861
862
redundant_static_lifetimes:: REDUNDANT_STATIC_LIFETIMES ,
@@ -1158,6 +1159,7 @@ pub fn register_plugins(reg: &mut rustc_driver::plugin::Registry<'_>, conf: &Con
1158
1159
methods:: SINGLE_CHAR_PATTERN ,
1159
1160
misc:: CMP_OWNED ,
1160
1161
mutex_atomic:: MUTEX_ATOMIC ,
1162
+ redundant_clone:: REDUNDANT_CLONE ,
1161
1163
slow_vector_initialization:: SLOW_VECTOR_INITIALIZATION ,
1162
1164
trivially_copy_pass_by_ref:: TRIVIALLY_COPY_PASS_BY_REF ,
1163
1165
types:: BOX_VEC ,
@@ -1177,7 +1179,6 @@ pub fn register_plugins(reg: &mut rustc_driver::plugin::Registry<'_>, conf: &Con
1177
1179
mutex_atomic:: MUTEX_INTEGER ,
1178
1180
needless_borrow:: NEEDLESS_BORROW ,
1179
1181
path_buf_push_overwrite:: PATH_BUF_PUSH_OVERWRITE ,
1180
- redundant_clone:: REDUNDANT_CLONE ,
1181
1182
] ) ;
1182
1183
}
1183
1184
0 commit comments