@@ -997,7 +997,6 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
997
997
LintId :: of( & integer_division:: INTEGER_DIVISION ) ,
998
998
LintId :: of( & let_underscore:: LET_UNDERSCORE_MUST_USE ) ,
999
999
LintId :: of( & literal_representation:: DECIMAL_LITERAL_REPRESENTATION ) ,
1000
- LintId :: of( & matches:: PATS_WITH_WILD_MATCH_ARM ) ,
1001
1000
LintId :: of( & matches:: WILDCARD_ENUM_MATCH_ARM ) ,
1002
1001
LintId :: of( & mem_forget:: MEM_FORGET ) ,
1003
1002
LintId :: of( & methods:: CLONE_ON_REF_PTR ) ,
@@ -1183,6 +1182,7 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
1183
1182
LintId :: of( & matches:: MATCH_OVERLAPPING_ARM ) ,
1184
1183
LintId :: of( & matches:: MATCH_REF_PATS ) ,
1185
1184
LintId :: of( & matches:: MATCH_WILD_ERR_ARM ) ,
1185
+ LintId :: of( & matches:: PATS_WITH_WILD_MATCH_ARM ) ,
1186
1186
LintId :: of( & matches:: SINGLE_MATCH ) ,
1187
1187
LintId :: of( & mem_discriminant:: MEM_DISCRIMINANT_NON_ENUM ) ,
1188
1188
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
1457
1457
LintId :: of( & map_unit_fn:: OPTION_MAP_UNIT_FN ) ,
1458
1458
LintId :: of( & map_unit_fn:: RESULT_MAP_UNIT_FN ) ,
1459
1459
LintId :: of( & matches:: MATCH_AS_REF ) ,
1460
+ LintId :: of( & matches:: PATS_WITH_WILD_MATCH_ARM ) ,
1460
1461
LintId :: of( & methods:: CHARS_NEXT_CMP ) ,
1461
1462
LintId :: of( & methods:: CLONE_ON_COPY ) ,
1462
1463
LintId :: of( & methods:: FILTER_NEXT ) ,
0 commit comments