@@ -1255,6 +1255,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1255
1255
LintId :: of( & pass_by_ref_or_value:: TRIVIALLY_COPY_PASS_BY_REF ) ,
1256
1256
LintId :: of( & ranges:: RANGE_MINUS_ONE ) ,
1257
1257
LintId :: of( & ranges:: RANGE_PLUS_ONE ) ,
1258
+ LintId :: of( & ref_option_ref:: REF_OPTION_REF ) ,
1258
1259
LintId :: of( & shadow:: SHADOW_UNRELATED ) ,
1259
1260
LintId :: of( & strings:: STRING_ADD_ASSIGN ) ,
1260
1261
LintId :: of( & trait_bounds:: TRAIT_DUPLICATION_IN_BOUNDS ) ,
@@ -1496,7 +1497,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1496
1497
LintId :: of( & redundant_closure_call:: REDUNDANT_CLOSURE_CALL ) ,
1497
1498
LintId :: of( & redundant_field_names:: REDUNDANT_FIELD_NAMES ) ,
1498
1499
LintId :: of( & redundant_static_lifetimes:: REDUNDANT_STATIC_LIFETIMES ) ,
1499
- LintId :: of( & ref_option_ref:: REF_OPTION_REF ) ,
1500
1500
LintId :: of( & reference:: DEREF_ADDROF ) ,
1501
1501
LintId :: of( & reference:: REF_IN_DEREF ) ,
1502
1502
LintId :: of( & regex:: INVALID_REGEX ) ,
@@ -1652,7 +1652,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1652
1652
LintId :: of( & ranges:: MANUAL_RANGE_CONTAINS ) ,
1653
1653
LintId :: of( & redundant_field_names:: REDUNDANT_FIELD_NAMES ) ,
1654
1654
LintId :: of( & redundant_static_lifetimes:: REDUNDANT_STATIC_LIFETIMES ) ,
1655
- LintId :: of( & ref_option_ref:: REF_OPTION_REF ) ,
1656
1655
LintId :: of( & regex:: TRIVIAL_REGEX ) ,
1657
1656
LintId :: of( & returns:: LET_AND_RETURN ) ,
1658
1657
LintId :: of( & returns:: NEEDLESS_RETURN ) ,
0 commit comments