@@ -1149,6 +1149,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1149
1149
LintId :: of( & needless_continue:: NEEDLESS_CONTINUE ) ,
1150
1150
LintId :: of( & needless_pass_by_value:: NEEDLESS_PASS_BY_VALUE ) ,
1151
1151
LintId :: of( & non_expressive_names:: SIMILAR_NAMES ) ,
1152
+ LintId :: of( & ranges:: RANGE_MINUS_ONE ) ,
1152
1153
LintId :: of( & ranges:: RANGE_PLUS_ONE ) ,
1153
1154
LintId :: of( & shadow:: SHADOW_UNRELATED ) ,
1154
1155
LintId :: of( & strings:: STRING_ADD_ASSIGN ) ,
@@ -1368,7 +1369,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1368
1369
LintId :: of( & ptr:: PTR_ARG ) ,
1369
1370
LintId :: of( & ptr_offset_with_cast:: PTR_OFFSET_WITH_CAST ) ,
1370
1371
LintId :: of( & question_mark:: QUESTION_MARK ) ,
1371
- LintId :: of( & ranges:: RANGE_MINUS_ONE ) ,
1372
1372
LintId :: of( & ranges:: RANGE_ZIP_WITH_LEN ) ,
1373
1373
LintId :: of( & ranges:: REVERSED_EMPTY_RANGES ) ,
1374
1374
LintId :: of( & redundant_clone:: REDUNDANT_CLONE ) ,
@@ -1585,7 +1585,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1585
1585
LintId :: of( & partialeq_ne_impl:: PARTIALEQ_NE_IMPL ) ,
1586
1586
LintId :: of( & precedence:: PRECEDENCE ) ,
1587
1587
LintId :: of( & ptr_offset_with_cast:: PTR_OFFSET_WITH_CAST ) ,
1588
- LintId :: of( & ranges:: RANGE_MINUS_ONE ) ,
1589
1588
LintId :: of( & ranges:: RANGE_ZIP_WITH_LEN ) ,
1590
1589
LintId :: of( & reference:: DEREF_ADDROF ) ,
1591
1590
LintId :: of( & reference:: REF_IN_DEREF ) ,
0 commit comments