@@ -864,6 +864,7 @@ pub fn register_plugins(reg: &mut rustc_driver::plugin::Registry<'_>, conf: &Con
864
864
ranges:: RANGE_MINUS_ONE ,
865
865
ranges:: RANGE_PLUS_ONE ,
866
866
ranges:: RANGE_ZIP_WITH_LEN ,
867
+ redundant_clone:: REDUNDANT_CLONE ,
867
868
redundant_field_names:: REDUNDANT_FIELD_NAMES ,
868
869
redundant_pattern_matching:: REDUNDANT_PATTERN_MATCHING ,
869
870
redundant_static_lifetimes:: REDUNDANT_STATIC_LIFETIMES ,
@@ -1169,6 +1170,7 @@ pub fn register_plugins(reg: &mut rustc_driver::plugin::Registry<'_>, conf: &Con
1169
1170
methods:: SINGLE_CHAR_PATTERN ,
1170
1171
misc:: CMP_OWNED ,
1171
1172
mutex_atomic:: MUTEX_ATOMIC ,
1173
+ redundant_clone:: REDUNDANT_CLONE ,
1172
1174
slow_vector_initialization:: SLOW_VECTOR_INITIALIZATION ,
1173
1175
trivially_copy_pass_by_ref:: TRIVIALLY_COPY_PASS_BY_REF ,
1174
1176
types:: BOX_VEC ,
@@ -1188,7 +1190,6 @@ pub fn register_plugins(reg: &mut rustc_driver::plugin::Registry<'_>, conf: &Con
1188
1190
mutex_atomic:: MUTEX_INTEGER ,
1189
1191
needless_borrow:: NEEDLESS_BORROW ,
1190
1192
path_buf_push_overwrite:: PATH_BUF_PUSH_OVERWRITE ,
1191
- redundant_clone:: REDUNDANT_CLONE ,
1192
1193
] ) ;
1193
1194
}
1194
1195
0 commit comments