@@ -1002,7 +1002,6 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
1002
1002
LintId :: of( & integer_division:: INTEGER_DIVISION ) ,
1003
1003
LintId :: of( & let_underscore:: LET_UNDERSCORE_MUST_USE ) ,
1004
1004
LintId :: of( & literal_representation:: DECIMAL_LITERAL_REPRESENTATION ) ,
1005
- LintId :: of( & matches:: PATS_WITH_WILD_MATCH_ARM ) ,
1006
1005
LintId :: of( & matches:: WILDCARD_ENUM_MATCH_ARM ) ,
1007
1006
LintId :: of( & mem_forget:: MEM_FORGET ) ,
1008
1007
LintId :: of( & methods:: CLONE_ON_REF_PTR ) ,
@@ -1189,6 +1188,7 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
1189
1188
LintId :: of( & matches:: MATCH_OVERLAPPING_ARM ) ,
1190
1189
LintId :: of( & matches:: MATCH_REF_PATS ) ,
1191
1190
LintId :: of( & matches:: MATCH_WILD_ERR_ARM ) ,
1191
+ LintId :: of( & matches:: PATS_WITH_WILD_MATCH_ARM ) ,
1192
1192
LintId :: of( & matches:: SINGLE_MATCH ) ,
1193
1193
LintId :: of( & mem_discriminant:: MEM_DISCRIMINANT_NON_ENUM ) ,
1194
1194
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
1463
1463
LintId :: of( & map_unit_fn:: OPTION_MAP_UNIT_FN ) ,
1464
1464
LintId :: of( & map_unit_fn:: RESULT_MAP_UNIT_FN ) ,
1465
1465
LintId :: of( & matches:: MATCH_AS_REF ) ,
1466
+ LintId :: of( & matches:: PATS_WITH_WILD_MATCH_ARM ) ,
1466
1467
LintId :: of( & methods:: CHARS_NEXT_CMP ) ,
1467
1468
LintId :: of( & methods:: CLONE_ON_COPY ) ,
1468
1469
LintId :: of( & methods:: FILTER_NEXT ) ,
0 commit comments