@@ -1002,7 +1002,6 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
10021002 LintId :: of( & integer_division:: INTEGER_DIVISION ) ,
10031003 LintId :: of( & let_underscore:: LET_UNDERSCORE_MUST_USE ) ,
10041004 LintId :: of( & literal_representation:: DECIMAL_LITERAL_REPRESENTATION ) ,
1005- LintId :: of( & matches:: PATS_WITH_WILD_MATCH_ARM ) ,
10061005 LintId :: of( & matches:: WILDCARD_ENUM_MATCH_ARM ) ,
10071006 LintId :: of( & mem_forget:: MEM_FORGET ) ,
10081007 LintId :: of( & methods:: CLONE_ON_REF_PTR ) ,
@@ -1189,6 +1188,7 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
11891188 LintId :: of( & matches:: MATCH_OVERLAPPING_ARM ) ,
11901189 LintId :: of( & matches:: MATCH_REF_PATS ) ,
11911190 LintId :: of( & matches:: MATCH_WILD_ERR_ARM ) ,
1191+ LintId :: of( & matches:: PATS_WITH_WILD_MATCH_ARM ) ,
11921192 LintId :: of( & matches:: SINGLE_MATCH ) ,
11931193 LintId :: of( & mem_discriminant:: MEM_DISCRIMINANT_NON_ENUM ) ,
11941194 LintId :: of( & mem_replace:: MEM_REPLACE_OPTION_WITH_NONE ) ,
@@ -1463,6 +1463,7 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
14631463 LintId :: of( & map_unit_fn:: OPTION_MAP_UNIT_FN ) ,
14641464 LintId :: of( & map_unit_fn:: RESULT_MAP_UNIT_FN ) ,
14651465 LintId :: of( & matches:: MATCH_AS_REF ) ,
1466+ LintId :: of( & matches:: PATS_WITH_WILD_MATCH_ARM ) ,
14661467 LintId :: of( & methods:: CHARS_NEXT_CMP ) ,
14671468 LintId :: of( & methods:: CLONE_ON_COPY ) ,
14681469 LintId :: of( & methods:: FILTER_NEXT ) ,
0 commit comments