@@ -1480,6 +1480,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1480
1480
LintId :: of( & types:: CHAR_LIT_AS_U8 ) ,
1481
1481
LintId :: of( & types:: FN_TO_NUMERIC_CAST ) ,
1482
1482
LintId :: of( & types:: FN_TO_NUMERIC_CAST_WITH_TRUNCATION ) ,
1483
+ LintId :: of( & types:: RC_BUFFER ) ,
1483
1484
LintId :: of( & types:: REDUNDANT_ALLOCATION ) ,
1484
1485
LintId :: of( & types:: TYPE_COMPLEXITY ) ,
1485
1486
LintId :: of( & types:: UNIT_ARG ) ,
@@ -1780,6 +1781,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1780
1781
LintId :: of( & slow_vector_initialization:: SLOW_VECTOR_INITIALIZATION ) ,
1781
1782
LintId :: of( & stable_sort_primitive:: STABLE_SORT_PRIMITIVE ) ,
1782
1783
LintId :: of( & types:: BOX_VEC ) ,
1784
+ LintId :: of( & types:: RC_BUFFER ) ,
1783
1785
LintId :: of( & types:: REDUNDANT_ALLOCATION ) ,
1784
1786
LintId :: of( & vec:: USELESS_VEC ) ,
1785
1787
] ) ;
@@ -1805,7 +1807,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1805
1807
LintId :: of( & path_buf_push_overwrite:: PATH_BUF_PUSH_OVERWRITE ) ,
1806
1808
LintId :: of( & redundant_pub_crate:: REDUNDANT_PUB_CRATE ) ,
1807
1809
LintId :: of( & transmute:: USELESS_TRANSMUTE ) ,
1808
- LintId :: of( & types:: RC_BUFFER ) ,
1809
1810
LintId :: of( & use_self:: USE_SELF ) ,
1810
1811
] ) ;
1811
1812
}
0 commit comments