@@ -1187,6 +1187,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
11871187 LintId :: of( & types:: OPTION_OPTION ) ,
11881188 LintId :: of( & unicode:: NON_ASCII_LITERAL ) ,
11891189 LintId :: of( & unicode:: UNICODE_NOT_NFC ) ,
1190+ LintId :: of( & unnested_or_patterns:: UNNESTED_OR_PATTERNS ) ,
11901191 LintId :: of( & unused_self:: UNUSED_SELF ) ,
11911192 LintId :: of( & wildcard_imports:: ENUM_GLOB_USE ) ,
11921193 LintId :: of( & wildcard_imports:: WILDCARD_IMPORTS ) ,
@@ -1440,7 +1441,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
14401441 LintId :: of( & unnamed_address:: FN_ADDRESS_COMPARISONS ) ,
14411442 LintId :: of( & unnamed_address:: VTABLE_ADDRESS_COMPARISONS ) ,
14421443 LintId :: of( & unnecessary_sort_by:: UNNECESSARY_SORT_BY ) ,
1443- LintId :: of( & unnested_or_patterns:: UNNESTED_OR_PATTERNS ) ,
14441444 LintId :: of( & unsafe_removed_from_name:: UNSAFE_REMOVED_FROM_NAME ) ,
14451445 LintId :: of( & unused_io_amount:: UNUSED_IO_AMOUNT ) ,
14461446 LintId :: of( & unwrap:: PANICKING_UNWRAP ) ,
@@ -1624,7 +1624,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
16241624 LintId :: of( & types:: UNNECESSARY_CAST ) ,
16251625 LintId :: of( & types:: VEC_BOX ) ,
16261626 LintId :: of( & unnecessary_sort_by:: UNNECESSARY_SORT_BY ) ,
1627- LintId :: of( & unnested_or_patterns:: UNNESTED_OR_PATTERNS ) ,
16281627 LintId :: of( & unwrap:: UNNECESSARY_UNWRAP ) ,
16291628 LintId :: of( & useless_conversion:: USELESS_CONVERSION ) ,
16301629 LintId :: of( & zero_div_zero:: ZERO_DIVIDED_BY_ZERO ) ,
0 commit comments