@@ -1162,6 +1162,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1162
1162
LintId :: of( & needless_pass_by_value:: NEEDLESS_PASS_BY_VALUE ) ,
1163
1163
LintId :: of( & non_expressive_names:: SIMILAR_NAMES ) ,
1164
1164
LintId :: of( & option_if_let_else:: OPTION_IF_LET_ELSE ) ,
1165
+ LintId :: of( & ranges:: RANGE_MINUS_ONE ) ,
1165
1166
LintId :: of( & ranges:: RANGE_PLUS_ONE ) ,
1166
1167
LintId :: of( & shadow:: SHADOW_UNRELATED ) ,
1167
1168
LintId :: of( & strings:: STRING_ADD_ASSIGN ) ,
@@ -1382,7 +1383,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1382
1383
LintId :: of( & ptr:: PTR_ARG ) ,
1383
1384
LintId :: of( & ptr_offset_with_cast:: PTR_OFFSET_WITH_CAST ) ,
1384
1385
LintId :: of( & question_mark:: QUESTION_MARK ) ,
1385
- LintId :: of( & ranges:: RANGE_MINUS_ONE ) ,
1386
1386
LintId :: of( & ranges:: RANGE_ZIP_WITH_LEN ) ,
1387
1387
LintId :: of( & ranges:: REVERSED_EMPTY_RANGES ) ,
1388
1388
LintId :: of( & redundant_clone:: REDUNDANT_CLONE ) ,
@@ -1598,7 +1598,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1598
1598
LintId :: of( & partialeq_ne_impl:: PARTIALEQ_NE_IMPL ) ,
1599
1599
LintId :: of( & precedence:: PRECEDENCE ) ,
1600
1600
LintId :: of( & ptr_offset_with_cast:: PTR_OFFSET_WITH_CAST ) ,
1601
- LintId :: of( & ranges:: RANGE_MINUS_ONE ) ,
1602
1601
LintId :: of( & ranges:: RANGE_ZIP_WITH_LEN ) ,
1603
1602
LintId :: of( & reference:: DEREF_ADDROF ) ,
1604
1603
LintId :: of( & reference:: REF_IN_DEREF ) ,
0 commit comments