@@ -1266,7 +1266,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
12661266 LintId :: of( & large_enum_variant:: LARGE_ENUM_VARIANT ) ,
12671267 LintId :: of( & len_zero:: LEN_WITHOUT_IS_EMPTY ) ,
12681268 LintId :: of( & len_zero:: LEN_ZERO ) ,
1269- LintId :: of( & let_if_seq:: USELESS_LET_IF_SEQ ) ,
12701269 LintId :: of( & let_underscore:: LET_UNDERSCORE_LOCK ) ,
12711270 LintId :: of( & lifetimes:: EXTRA_UNUSED_LIFETIMES ) ,
12721271 LintId :: of( & lifetimes:: NEEDLESS_LIFETIMES ) ,
@@ -1476,7 +1475,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
14761475 LintId :: of( & inherent_to_string:: INHERENT_TO_STRING ) ,
14771476 LintId :: of( & len_zero:: LEN_WITHOUT_IS_EMPTY ) ,
14781477 LintId :: of( & len_zero:: LEN_ZERO ) ,
1479- LintId :: of( & let_if_seq:: USELESS_LET_IF_SEQ ) ,
14801478 LintId :: of( & literal_representation:: INCONSISTENT_DIGIT_GROUPING ) ,
14811479 LintId :: of( & loops:: EMPTY_LOOP ) ,
14821480 LintId :: of( & loops:: FOR_KV_MAP ) ,
@@ -1728,6 +1726,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
17281726 LintId :: of( & floating_point_arithmetic:: IMPRECISE_FLOPS ) ,
17291727 LintId :: of( & floating_point_arithmetic:: SUBOPTIMAL_FLOPS ) ,
17301728 LintId :: of( & future_not_send:: FUTURE_NOT_SEND ) ,
1729+ LintId :: of( & let_if_seq:: USELESS_LET_IF_SEQ ) ,
17311730 LintId :: of( & missing_const_for_fn:: MISSING_CONST_FOR_FN ) ,
17321731 LintId :: of( & mutable_debug_assertion:: DEBUG_ASSERT_WITH_MUT_CALL ) ,
17331732 LintId :: of( & mutex_atomic:: MUTEX_INTEGER ) ,
0 commit comments