@@ -1343,6 +1343,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1343
1343
LintId :: of( & await_holding_invalid:: AWAIT_HOLDING_LOCK ) ,
1344
1344
LintId :: of( & await_holding_invalid:: AWAIT_HOLDING_REFCELL_REF ) ,
1345
1345
LintId :: of( & bit_mask:: VERBOSE_BIT_MASK ) ,
1346
+ LintId :: of( & bytecount:: NAIVE_BYTECOUNT ) ,
1346
1347
LintId :: of( & case_sensitive_file_extension_comparisons:: CASE_SENSITIVE_FILE_EXTENSION_COMPARISONS ) ,
1347
1348
LintId :: of( & checked_conversions:: CHECKED_CONVERSIONS ) ,
1348
1349
LintId :: of( & copies:: SAME_FUNCTIONS_IN_IF_CONDITION ) ,
@@ -1458,7 +1459,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1458
1459
LintId :: of( & blocks_in_if_conditions:: BLOCKS_IN_IF_CONDITIONS ) ,
1459
1460
LintId :: of( & booleans:: LOGIC_BUG ) ,
1460
1461
LintId :: of( & booleans:: NONMINIMAL_BOOL ) ,
1461
- LintId :: of( & bytecount:: NAIVE_BYTECOUNT ) ,
1462
1462
LintId :: of( & collapsible_if:: COLLAPSIBLE_ELSE_IF ) ,
1463
1463
LintId :: of( & collapsible_if:: COLLAPSIBLE_IF ) ,
1464
1464
LintId :: of( & collapsible_match:: COLLAPSIBLE_MATCH ) ,
@@ -2015,7 +2015,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
2015
2015
] ) ;
2016
2016
2017
2017
store. register_group ( true , "clippy::perf" , Some ( "clippy_perf" ) , vec ! [
2018
- LintId :: of( & bytecount:: NAIVE_BYTECOUNT ) ,
2019
2018
LintId :: of( & entry:: MAP_ENTRY ) ,
2020
2019
LintId :: of( & escape:: BOXED_LOCAL ) ,
2021
2020
LintId :: of( & large_const_arrays:: LARGE_CONST_ARRAYS ) ,
0 commit comments