@@ -1125,6 +1125,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1125
1125
LintId :: of( & types:: CAST_SIGN_LOSS ) ,
1126
1126
LintId :: of( & types:: INVALID_UPCAST_COMPARISONS ) ,
1127
1127
LintId :: of( & types:: LINKEDLIST ) ,
1128
+ LintId :: of( & types:: OPTION_OPTION ) ,
1128
1129
LintId :: of( & unicode:: NON_ASCII_LITERAL ) ,
1129
1130
LintId :: of( & unicode:: UNICODE_NOT_NFC ) ,
1130
1131
LintId :: of( & unused_self:: UNUSED_SELF ) ,
@@ -1375,7 +1376,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1375
1376
LintId :: of( & types:: FN_TO_NUMERIC_CAST_WITH_TRUNCATION ) ,
1376
1377
LintId :: of( & types:: IMPLICIT_HASHER ) ,
1377
1378
LintId :: of( & types:: LET_UNIT_VALUE ) ,
1378
- LintId :: of( & types:: OPTION_OPTION ) ,
1379
1379
LintId :: of( & types:: TYPE_COMPLEXITY ) ,
1380
1380
LintId :: of( & types:: UNIT_ARG ) ,
1381
1381
LintId :: of( & types:: UNIT_CMP ) ,
@@ -1565,7 +1565,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1565
1565
LintId :: of( & transmute:: TRANSMUTE_PTR_TO_REF ) ,
1566
1566
LintId :: of( & types:: BORROWED_BOX ) ,
1567
1567
LintId :: of( & types:: CHAR_LIT_AS_U8 ) ,
1568
- LintId :: of( & types:: OPTION_OPTION ) ,
1569
1568
LintId :: of( & types:: TYPE_COMPLEXITY ) ,
1570
1569
LintId :: of( & types:: UNIT_ARG ) ,
1571
1570
LintId :: of( & types:: UNNECESSARY_CAST ) ,
0 commit comments