@@ -1171,6 +1171,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
11711171 LintId :: of( & shadow:: SHADOW_REUSE ) ,
11721172 LintId :: of( & shadow:: SHADOW_SAME ) ,
11731173 LintId :: of( & strings:: STRING_ADD ) ,
1174+ LintId :: of( & types:: RC_BUFFER ) ,
11741175 LintId :: of( & unwrap_in_result:: UNWRAP_IN_RESULT ) ,
11751176 LintId :: of( & verbose_file_reads:: VERBOSE_FILE_READS ) ,
11761177 LintId :: of( & write:: PRINT_STDOUT ) ,
@@ -1504,7 +1505,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
15041505 LintId :: of( & types:: CHAR_LIT_AS_U8 ) ,
15051506 LintId :: of( & types:: FN_TO_NUMERIC_CAST ) ,
15061507 LintId :: of( & types:: FN_TO_NUMERIC_CAST_WITH_TRUNCATION ) ,
1507- LintId :: of( & types:: RC_BUFFER ) ,
15081508 LintId :: of( & types:: REDUNDANT_ALLOCATION ) ,
15091509 LintId :: of( & types:: TYPE_COMPLEXITY ) ,
15101510 LintId :: of( & types:: UNIT_ARG ) ,
@@ -1805,7 +1805,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
18051805 LintId :: of( & slow_vector_initialization:: SLOW_VECTOR_INITIALIZATION ) ,
18061806 LintId :: of( & stable_sort_primitive:: STABLE_SORT_PRIMITIVE ) ,
18071807 LintId :: of( & types:: BOX_VEC ) ,
1808- LintId :: of( & types:: RC_BUFFER ) ,
18091808 LintId :: of( & types:: REDUNDANT_ALLOCATION ) ,
18101809 LintId :: of( & vec:: USELESS_VEC ) ,
18111810 ] ) ;
0 commit comments