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