@@ -1266,7 +1266,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1266
1266
LintId :: of( & large_enum_variant:: LARGE_ENUM_VARIANT ) ,
1267
1267
LintId :: of( & len_zero:: LEN_WITHOUT_IS_EMPTY ) ,
1268
1268
LintId :: of( & len_zero:: LEN_ZERO ) ,
1269
- LintId :: of( & let_if_seq:: USELESS_LET_IF_SEQ ) ,
1270
1269
LintId :: of( & let_underscore:: LET_UNDERSCORE_LOCK ) ,
1271
1270
LintId :: of( & lifetimes:: EXTRA_UNUSED_LIFETIMES ) ,
1272
1271
LintId :: of( & lifetimes:: NEEDLESS_LIFETIMES ) ,
@@ -1476,7 +1475,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1476
1475
LintId :: of( & inherent_to_string:: INHERENT_TO_STRING ) ,
1477
1476
LintId :: of( & len_zero:: LEN_WITHOUT_IS_EMPTY ) ,
1478
1477
LintId :: of( & len_zero:: LEN_ZERO ) ,
1479
- LintId :: of( & let_if_seq:: USELESS_LET_IF_SEQ ) ,
1480
1478
LintId :: of( & literal_representation:: INCONSISTENT_DIGIT_GROUPING ) ,
1481
1479
LintId :: of( & loops:: EMPTY_LOOP ) ,
1482
1480
LintId :: of( & loops:: FOR_KV_MAP ) ,
@@ -1728,6 +1726,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1728
1726
LintId :: of( & floating_point_arithmetic:: IMPRECISE_FLOPS ) ,
1729
1727
LintId :: of( & floating_point_arithmetic:: SUBOPTIMAL_FLOPS ) ,
1730
1728
LintId :: of( & future_not_send:: FUTURE_NOT_SEND ) ,
1729
+ LintId :: of( & let_if_seq:: USELESS_LET_IF_SEQ ) ,
1731
1730
LintId :: of( & missing_const_for_fn:: MISSING_CONST_FOR_FN ) ,
1732
1731
LintId :: of( & mutable_debug_assertion:: DEBUG_ASSERT_WITH_MUT_CALL ) ,
1733
1732
LintId :: of( & mutex_atomic:: MUTEX_INTEGER ) ,
0 commit comments