@@ -1082,6 +1082,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1082
1082
LintId :: of( & methods:: OPTION_MAP_UNWRAP_OR_ELSE ) ,
1083
1083
LintId :: of( & methods:: RESULT_MAP_UNWRAP_OR_ELSE ) ,
1084
1084
LintId :: of( & misc:: USED_UNDERSCORE_BINDING ) ,
1085
+ LintId :: of( & misc_early:: UNNEEDED_FIELD_PATTERN ) ,
1085
1086
LintId :: of( & misc_early:: UNSEPARATED_LITERAL_SUFFIX ) ,
1086
1087
LintId :: of( & mut_mut:: MUT_MUT ) ,
1087
1088
LintId :: of( & needless_continue:: NEEDLESS_CONTINUE ) ,
@@ -1270,7 +1271,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1270
1271
LintId :: of( & misc_early:: MIXED_CASE_HEX_LITERALS ) ,
1271
1272
LintId :: of( & misc_early:: REDUNDANT_CLOSURE_CALL ) ,
1272
1273
LintId :: of( & misc_early:: REDUNDANT_PATTERN ) ,
1273
- LintId :: of( & misc_early:: UNNEEDED_FIELD_PATTERN ) ,
1274
1274
LintId :: of( & misc_early:: UNNEEDED_WILDCARD_PATTERN ) ,
1275
1275
LintId :: of( & misc_early:: ZERO_PREFIXED_LITERAL ) ,
1276
1276
LintId :: of( & mut_key:: MUTABLE_KEY_TYPE ) ,
@@ -1433,7 +1433,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1433
1433
LintId :: of( & misc_early:: DUPLICATE_UNDERSCORE_ARGUMENT ) ,
1434
1434
LintId :: of( & misc_early:: MIXED_CASE_HEX_LITERALS ) ,
1435
1435
LintId :: of( & misc_early:: REDUNDANT_PATTERN ) ,
1436
- LintId :: of( & misc_early:: UNNEEDED_FIELD_PATTERN ) ,
1437
1436
LintId :: of( & mut_reference:: UNNECESSARY_MUT_PASSED ) ,
1438
1437
LintId :: of( & neg_multiply:: NEG_MULTIPLY ) ,
1439
1438
LintId :: of( & new_without_default:: NEW_WITHOUT_DEFAULT ) ,
0 commit comments