@@ -1125,6 +1125,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
11251125 LintId :: of( & types:: CAST_PRECISION_LOSS ) ,
11261126 LintId :: of( & types:: CAST_SIGN_LOSS ) ,
11271127 LintId :: of( & types:: INVALID_UPCAST_COMPARISONS ) ,
1128+ LintId :: of( & types:: LET_UNIT_VALUE ) ,
11281129 LintId :: of( & types:: LINKEDLIST ) ,
11291130 LintId :: of( & types:: OPTION_OPTION ) ,
11301131 LintId :: of( & unicode:: NON_ASCII_LITERAL ) ,
@@ -1376,7 +1377,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
13761377 LintId :: of( & types:: FN_TO_NUMERIC_CAST ) ,
13771378 LintId :: of( & types:: FN_TO_NUMERIC_CAST_WITH_TRUNCATION ) ,
13781379 LintId :: of( & types:: IMPLICIT_HASHER ) ,
1379- LintId :: of( & types:: LET_UNIT_VALUE ) ,
13801380 LintId :: of( & types:: REDUNDANT_ALLOCATION ) ,
13811381 LintId :: of( & types:: TYPE_COMPLEXITY ) ,
13821382 LintId :: of( & types:: UNIT_ARG ) ,
@@ -1489,7 +1489,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
14891489 LintId :: of( & types:: FN_TO_NUMERIC_CAST ) ,
14901490 LintId :: of( & types:: FN_TO_NUMERIC_CAST_WITH_TRUNCATION ) ,
14911491 LintId :: of( & types:: IMPLICIT_HASHER ) ,
1492- LintId :: of( & types:: LET_UNIT_VALUE ) ,
14931492 LintId :: of( & unsafe_removed_from_name:: UNSAFE_REMOVED_FROM_NAME ) ,
14941493 LintId :: of( & write:: PRINTLN_EMPTY_STRING ) ,
14951494 LintId :: of( & write:: PRINT_LITERAL ) ,
0 commit comments