@@ -1187,6 +1187,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1187
1187
LintId :: of( & types:: OPTION_OPTION ) ,
1188
1188
LintId :: of( & unicode:: NON_ASCII_LITERAL ) ,
1189
1189
LintId :: of( & unicode:: UNICODE_NOT_NFC ) ,
1190
+ LintId :: of( & unnested_or_patterns:: UNNESTED_OR_PATTERNS ) ,
1190
1191
LintId :: of( & unused_self:: UNUSED_SELF ) ,
1191
1192
LintId :: of( & wildcard_imports:: ENUM_GLOB_USE ) ,
1192
1193
LintId :: of( & wildcard_imports:: WILDCARD_IMPORTS ) ,
@@ -1440,7 +1441,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1440
1441
LintId :: of( & unnamed_address:: FN_ADDRESS_COMPARISONS ) ,
1441
1442
LintId :: of( & unnamed_address:: VTABLE_ADDRESS_COMPARISONS ) ,
1442
1443
LintId :: of( & unnecessary_sort_by:: UNNECESSARY_SORT_BY ) ,
1443
- LintId :: of( & unnested_or_patterns:: UNNESTED_OR_PATTERNS ) ,
1444
1444
LintId :: of( & unsafe_removed_from_name:: UNSAFE_REMOVED_FROM_NAME ) ,
1445
1445
LintId :: of( & unused_io_amount:: UNUSED_IO_AMOUNT ) ,
1446
1446
LintId :: of( & unwrap:: PANICKING_UNWRAP ) ,
@@ -1624,7 +1624,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1624
1624
LintId :: of( & types:: UNNECESSARY_CAST ) ,
1625
1625
LintId :: of( & types:: VEC_BOX ) ,
1626
1626
LintId :: of( & unnecessary_sort_by:: UNNECESSARY_SORT_BY ) ,
1627
- LintId :: of( & unnested_or_patterns:: UNNESTED_OR_PATTERNS ) ,
1628
1627
LintId :: of( & unwrap:: UNNECESSARY_UNWRAP ) ,
1629
1628
LintId :: of( & useless_conversion:: USELESS_CONVERSION ) ,
1630
1629
LintId :: of( & zero_div_zero:: ZERO_DIVIDED_BY_ZERO ) ,
0 commit comments