@@ -997,7 +997,6 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
997997 LintId :: of( & integer_division:: INTEGER_DIVISION ) ,
998998 LintId :: of( & let_underscore:: LET_UNDERSCORE_MUST_USE ) ,
999999 LintId :: of( & literal_representation:: DECIMAL_LITERAL_REPRESENTATION ) ,
1000- LintId :: of( & matches:: PATS_WITH_WILD_MATCH_ARM ) ,
10011000 LintId :: of( & matches:: WILDCARD_ENUM_MATCH_ARM ) ,
10021001 LintId :: of( & mem_forget:: MEM_FORGET ) ,
10031002 LintId :: of( & methods:: CLONE_ON_REF_PTR ) ,
@@ -1183,6 +1182,7 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
11831182 LintId :: of( & matches:: MATCH_OVERLAPPING_ARM ) ,
11841183 LintId :: of( & matches:: MATCH_REF_PATS ) ,
11851184 LintId :: of( & matches:: MATCH_WILD_ERR_ARM ) ,
1185+ LintId :: of( & matches:: PATS_WITH_WILD_MATCH_ARM ) ,
11861186 LintId :: of( & matches:: SINGLE_MATCH ) ,
11871187 LintId :: of( & mem_discriminant:: MEM_DISCRIMINANT_NON_ENUM ) ,
11881188 LintId :: of( & mem_replace:: MEM_REPLACE_OPTION_WITH_NONE ) ,
@@ -1457,6 +1457,7 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
14571457 LintId :: of( & map_unit_fn:: OPTION_MAP_UNIT_FN ) ,
14581458 LintId :: of( & map_unit_fn:: RESULT_MAP_UNIT_FN ) ,
14591459 LintId :: of( & matches:: MATCH_AS_REF ) ,
1460+ LintId :: of( & matches:: PATS_WITH_WILD_MATCH_ARM ) ,
14601461 LintId :: of( & methods:: CHARS_NEXT_CMP ) ,
14611462 LintId :: of( & methods:: CLONE_ON_COPY ) ,
14621463 LintId :: of( & methods:: FILTER_NEXT ) ,
0 commit comments