@@ -1185,7 +1185,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1185
1185
LintId :: of( & eta_reduction:: REDUNDANT_CLOSURE_FOR_METHOD_CALLS ) ,
1186
1186
LintId :: of( & excessive_bools:: FN_PARAMS_EXCESSIVE_BOOLS ) ,
1187
1187
LintId :: of( & excessive_bools:: STRUCT_EXCESSIVE_BOOLS ) ,
1188
- LintId :: of( & field_reassign_with_default:: FIELD_REASSIGN_WITH_DEFAULT ) ,
1189
1188
LintId :: of( & functions:: MUST_USE_CANDIDATE ) ,
1190
1189
LintId :: of( & functions:: TOO_MANY_LINES ) ,
1191
1190
LintId :: of( & if_not_else:: IF_NOT_ELSE ) ,
@@ -1302,6 +1301,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1302
1301
LintId :: of( & eval_order_dependence:: DIVERGING_SUB_EXPRESSION ) ,
1303
1302
LintId :: of( & eval_order_dependence:: EVAL_ORDER_DEPENDENCE ) ,
1304
1303
LintId :: of( & explicit_write:: EXPLICIT_WRITE ) ,
1304
+ LintId :: of( & field_reassign_with_default:: FIELD_REASSIGN_WITH_DEFAULT ) ,
1305
1305
LintId :: of( & float_equality_without_abs:: FLOAT_EQUALITY_WITHOUT_ABS ) ,
1306
1306
LintId :: of( & float_literal:: EXCESSIVE_PRECISION ) ,
1307
1307
LintId :: of( & format:: USELESS_FORMAT ) ,
@@ -1537,6 +1537,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1537
1537
LintId :: of( & enum_variants:: MODULE_INCEPTION ) ,
1538
1538
LintId :: of( & eq_op:: OP_REF ) ,
1539
1539
LintId :: of( & eta_reduction:: REDUNDANT_CLOSURE ) ,
1540
+ LintId :: of( & field_reassign_with_default:: FIELD_REASSIGN_WITH_DEFAULT ) ,
1540
1541
LintId :: of( & float_literal:: EXCESSIVE_PRECISION ) ,
1541
1542
LintId :: of( & formatting:: SUSPICIOUS_ASSIGNMENT_FORMATTING ) ,
1542
1543
LintId :: of( & formatting:: SUSPICIOUS_ELSE_FORMATTING ) ,
0 commit comments