@@ -1408,7 +1408,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1408
1408
LintId :: of( slow_vector_initialization:: SLOW_VECTOR_INITIALIZATION ) ,
1409
1409
LintId :: of( stable_sort_primitive:: STABLE_SORT_PRIMITIVE ) ,
1410
1410
LintId :: of( strings:: STRING_FROM_UTF8_AS_BYTES ) ,
1411
- LintId :: of( suspicious_operation_groupings:: SUSPICIOUS_OPERATION_GROUPINGS ) ,
1412
1411
LintId :: of( suspicious_trait_impl:: SUSPICIOUS_ARITHMETIC_IMPL ) ,
1413
1412
LintId :: of( suspicious_trait_impl:: SUSPICIOUS_OP_ASSIGN_IMPL ) ,
1414
1413
LintId :: of( swap:: ALMOST_SWAPPED ) ,
@@ -1562,7 +1561,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1562
1561
LintId :: of( returns:: LET_AND_RETURN ) ,
1563
1562
LintId :: of( returns:: NEEDLESS_RETURN ) ,
1564
1563
LintId :: of( single_component_path_imports:: SINGLE_COMPONENT_PATH_IMPORTS ) ,
1565
- LintId :: of( suspicious_operation_groupings:: SUSPICIOUS_OPERATION_GROUPINGS ) ,
1566
1564
LintId :: of( tabs_in_doc_comments:: TABS_IN_DOC_COMMENTS ) ,
1567
1565
LintId :: of( to_digit_is_some:: TO_DIGIT_IS_SOME ) ,
1568
1566
LintId :: of( try_err:: TRY_ERR ) ,
@@ -1789,6 +1787,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1789
1787
LintId :: of( redundant_pub_crate:: REDUNDANT_PUB_CRATE ) ,
1790
1788
LintId :: of( regex:: TRIVIAL_REGEX ) ,
1791
1789
LintId :: of( strings:: STRING_LIT_AS_BYTES ) ,
1790
+ LintId :: of( suspicious_operation_groupings:: SUSPICIOUS_OPERATION_GROUPINGS ) ,
1792
1791
LintId :: of( transmute:: USELESS_TRANSMUTE ) ,
1793
1792
LintId :: of( use_self:: USE_SELF ) ,
1794
1793
] ) ;
0 commit comments