@@ -1171,6 +1171,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1171
1171
LintId :: of( & shadow:: SHADOW_REUSE ) ,
1172
1172
LintId :: of( & shadow:: SHADOW_SAME ) ,
1173
1173
LintId :: of( & strings:: STRING_ADD ) ,
1174
+ LintId :: of( & types:: RC_BUFFER ) ,
1174
1175
LintId :: of( & unwrap_in_result:: UNWRAP_IN_RESULT ) ,
1175
1176
LintId :: of( & verbose_file_reads:: VERBOSE_FILE_READS ) ,
1176
1177
LintId :: of( & write:: PRINT_STDOUT ) ,
@@ -1504,7 +1505,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1504
1505
LintId :: of( & types:: CHAR_LIT_AS_U8 ) ,
1505
1506
LintId :: of( & types:: FN_TO_NUMERIC_CAST ) ,
1506
1507
LintId :: of( & types:: FN_TO_NUMERIC_CAST_WITH_TRUNCATION ) ,
1507
- LintId :: of( & types:: RC_BUFFER ) ,
1508
1508
LintId :: of( & types:: REDUNDANT_ALLOCATION ) ,
1509
1509
LintId :: of( & types:: TYPE_COMPLEXITY ) ,
1510
1510
LintId :: of( & types:: UNIT_ARG ) ,
@@ -1805,7 +1805,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1805
1805
LintId :: of( & slow_vector_initialization:: SLOW_VECTOR_INITIALIZATION ) ,
1806
1806
LintId :: of( & stable_sort_primitive:: STABLE_SORT_PRIMITIVE ) ,
1807
1807
LintId :: of( & types:: BOX_VEC ) ,
1808
- LintId :: of( & types:: RC_BUFFER ) ,
1809
1808
LintId :: of( & types:: REDUNDANT_ALLOCATION ) ,
1810
1809
LintId :: of( & vec:: USELESS_VEC ) ,
1811
1810
] ) ;
0 commit comments