@@ -992,7 +992,6 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
992
992
LintId :: of( & integer_division:: INTEGER_DIVISION ) ,
993
993
LintId :: of( & let_underscore:: LET_UNDERSCORE_MUST_USE ) ,
994
994
LintId :: of( & literal_representation:: DECIMAL_LITERAL_REPRESENTATION ) ,
995
- LintId :: of( & matches:: PATS_WITH_WILD_MATCH_ARM ) ,
996
995
LintId :: of( & matches:: WILDCARD_ENUM_MATCH_ARM ) ,
997
996
LintId :: of( & mem_forget:: MEM_FORGET ) ,
998
997
LintId :: of( & methods:: CLONE_ON_REF_PTR ) ,
@@ -1177,6 +1176,7 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
1177
1176
LintId :: of( & matches:: MATCH_OVERLAPPING_ARM ) ,
1178
1177
LintId :: of( & matches:: MATCH_REF_PATS ) ,
1179
1178
LintId :: of( & matches:: MATCH_WILD_ERR_ARM ) ,
1179
+ LintId :: of( & matches:: PATS_WITH_WILD_MATCH_ARM ) ,
1180
1180
LintId :: of( & matches:: SINGLE_MATCH ) ,
1181
1181
LintId :: of( & mem_discriminant:: MEM_DISCRIMINANT_NON_ENUM ) ,
1182
1182
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
1447
1447
LintId :: of( & map_unit_fn:: OPTION_MAP_UNIT_FN ) ,
1448
1448
LintId :: of( & map_unit_fn:: RESULT_MAP_UNIT_FN ) ,
1449
1449
LintId :: of( & matches:: MATCH_AS_REF ) ,
1450
+ LintId :: of( & matches:: PATS_WITH_WILD_MATCH_ARM ) ,
1450
1451
LintId :: of( & methods:: CHARS_NEXT_CMP ) ,
1451
1452
LintId :: of( & methods:: CLONE_ON_COPY ) ,
1452
1453
LintId :: of( & methods:: FILTER_NEXT ) ,
0 commit comments