@@ -992,7 +992,6 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
992992 LintId :: of( & integer_division:: INTEGER_DIVISION ) ,
993993 LintId :: of( & let_underscore:: LET_UNDERSCORE_MUST_USE ) ,
994994 LintId :: of( & literal_representation:: DECIMAL_LITERAL_REPRESENTATION ) ,
995- LintId :: of( & matches:: PATS_WITH_WILD_MATCH_ARM ) ,
996995 LintId :: of( & matches:: WILDCARD_ENUM_MATCH_ARM ) ,
997996 LintId :: of( & mem_forget:: MEM_FORGET ) ,
998997 LintId :: of( & methods:: CLONE_ON_REF_PTR ) ,
@@ -1177,6 +1176,7 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
11771176 LintId :: of( & matches:: MATCH_OVERLAPPING_ARM ) ,
11781177 LintId :: of( & matches:: MATCH_REF_PATS ) ,
11791178 LintId :: of( & matches:: MATCH_WILD_ERR_ARM ) ,
1179+ LintId :: of( & matches:: PATS_WITH_WILD_MATCH_ARM ) ,
11801180 LintId :: of( & matches:: SINGLE_MATCH ) ,
11811181 LintId :: of( & mem_discriminant:: MEM_DISCRIMINANT_NON_ENUM ) ,
11821182 LintId :: of( & mem_replace:: MEM_REPLACE_OPTION_WITH_NONE ) ,
@@ -1447,6 +1447,7 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
14471447 LintId :: of( & map_unit_fn:: OPTION_MAP_UNIT_FN ) ,
14481448 LintId :: of( & map_unit_fn:: RESULT_MAP_UNIT_FN ) ,
14491449 LintId :: of( & matches:: MATCH_AS_REF ) ,
1450+ LintId :: of( & matches:: PATS_WITH_WILD_MATCH_ARM ) ,
14501451 LintId :: of( & methods:: CHARS_NEXT_CMP ) ,
14511452 LintId :: of( & methods:: CLONE_ON_COPY ) ,
14521453 LintId :: of( & methods:: FILTER_NEXT ) ,
0 commit comments