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