@@ -1241,6 +1241,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1241
1241
LintId :: of( & infinite_iter:: MAYBE_INFINITE_ITER ) ,
1242
1242
LintId :: of( & items_after_statements:: ITEMS_AFTER_STATEMENTS ) ,
1243
1243
LintId :: of( & large_stack_arrays:: LARGE_STACK_ARRAYS ) ,
1244
+ LintId :: of( & let_underscore:: LET_UNDERSCORE_DROP ) ,
1244
1245
LintId :: of( & literal_representation:: LARGE_DIGIT_GROUPS ) ,
1245
1246
LintId :: of( & literal_representation:: UNREADABLE_LITERAL ) ,
1246
1247
LintId :: of( & loops:: EXPLICIT_INTO_ITER_LOOP ) ,
@@ -1384,7 +1385,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1384
1385
LintId :: of( & len_zero:: COMPARISON_TO_EMPTY ) ,
1385
1386
LintId :: of( & len_zero:: LEN_WITHOUT_IS_EMPTY ) ,
1386
1387
LintId :: of( & len_zero:: LEN_ZERO ) ,
1387
- LintId :: of( & let_underscore:: LET_UNDERSCORE_DROP ) ,
1388
1388
LintId :: of( & let_underscore:: LET_UNDERSCORE_LOCK ) ,
1389
1389
LintId :: of( & lifetimes:: EXTRA_UNUSED_LIFETIMES ) ,
1390
1390
LintId :: of( & lifetimes:: NEEDLESS_LIFETIMES ) ,
@@ -1811,7 +1811,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1811
1811
LintId :: of( & infinite_iter:: INFINITE_ITER ) ,
1812
1812
LintId :: of( & inherent_to_string:: INHERENT_TO_STRING_SHADOW_DISPLAY ) ,
1813
1813
LintId :: of( & inline_fn_without_body:: INLINE_FN_WITHOUT_BODY ) ,
1814
- LintId :: of( & let_underscore:: LET_UNDERSCORE_DROP ) ,
1815
1814
LintId :: of( & let_underscore:: LET_UNDERSCORE_LOCK ) ,
1816
1815
LintId :: of( & literal_representation:: MISTYPED_LITERAL_SUFFIXES ) ,
1817
1816
LintId :: of( & loops:: FOR_LOOPS_OVER_FALLIBLES ) ,
0 commit comments