@@ -1209,7 +1209,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1209
1209
LintId :: of( & eta_reduction:: REDUNDANT_CLOSURE_FOR_METHOD_CALLS ) ,
1210
1210
LintId :: of( & excessive_bools:: FN_PARAMS_EXCESSIVE_BOOLS ) ,
1211
1211
LintId :: of( & excessive_bools:: STRUCT_EXCESSIVE_BOOLS ) ,
1212
- LintId :: of( & field_reassign_with_default:: FIELD_REASSIGN_WITH_DEFAULT ) ,
1213
1212
LintId :: of( & functions:: MUST_USE_CANDIDATE ) ,
1214
1213
LintId :: of( & functions:: TOO_MANY_LINES ) ,
1215
1214
LintId :: of( & if_not_else:: IF_NOT_ELSE ) ,
@@ -1325,6 +1324,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1325
1324
LintId :: of( & eval_order_dependence:: DIVERGING_SUB_EXPRESSION ) ,
1326
1325
LintId :: of( & eval_order_dependence:: EVAL_ORDER_DEPENDENCE ) ,
1327
1326
LintId :: of( & explicit_write:: EXPLICIT_WRITE ) ,
1327
+ LintId :: of( & field_reassign_with_default:: FIELD_REASSIGN_WITH_DEFAULT ) ,
1328
1328
LintId :: of( & float_equality_without_abs:: FLOAT_EQUALITY_WITHOUT_ABS ) ,
1329
1329
LintId :: of( & float_literal:: EXCESSIVE_PRECISION ) ,
1330
1330
LintId :: of( & format:: USELESS_FORMAT ) ,
@@ -1562,6 +1562,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1562
1562
LintId :: of( & enum_variants:: MODULE_INCEPTION ) ,
1563
1563
LintId :: of( & eq_op:: OP_REF ) ,
1564
1564
LintId :: of( & eta_reduction:: REDUNDANT_CLOSURE ) ,
1565
+ LintId :: of( & field_reassign_with_default:: FIELD_REASSIGN_WITH_DEFAULT ) ,
1565
1566
LintId :: of( & float_literal:: EXCESSIVE_PRECISION ) ,
1566
1567
LintId :: of( & formatting:: SUSPICIOUS_ASSIGNMENT_FORMATTING ) ,
1567
1568
LintId :: of( & formatting:: SUSPICIOUS_ELSE_FORMATTING ) ,
0 commit comments