@@ -1068,6 +1068,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1068
1068
LintId :: of( & needless_continue:: NEEDLESS_CONTINUE ) ,
1069
1069
LintId :: of( & needless_pass_by_value:: NEEDLESS_PASS_BY_VALUE ) ,
1070
1070
LintId :: of( & non_expressive_names:: SIMILAR_NAMES ) ,
1071
+ LintId :: of( & ranges:: RANGE_PLUS_ONE ) ,
1071
1072
LintId :: of( & replace_consts:: REPLACE_CONSTS ) ,
1072
1073
LintId :: of( & shadow:: SHADOW_UNRELATED ) ,
1073
1074
LintId :: of( & strings:: STRING_ADD_ASSIGN ) ,
@@ -1277,7 +1278,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1277
1278
LintId :: of( & ptr_offset_with_cast:: PTR_OFFSET_WITH_CAST ) ,
1278
1279
LintId :: of( & question_mark:: QUESTION_MARK ) ,
1279
1280
LintId :: of( & ranges:: RANGE_MINUS_ONE ) ,
1280
- LintId :: of( & ranges:: RANGE_PLUS_ONE ) ,
1281
1281
LintId :: of( & ranges:: RANGE_ZIP_WITH_LEN ) ,
1282
1282
LintId :: of( & redundant_clone:: REDUNDANT_CLONE ) ,
1283
1283
LintId :: of( & redundant_field_names:: REDUNDANT_FIELD_NAMES ) ,
@@ -1495,7 +1495,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1495
1495
LintId :: of( & precedence:: PRECEDENCE ) ,
1496
1496
LintId :: of( & ptr_offset_with_cast:: PTR_OFFSET_WITH_CAST ) ,
1497
1497
LintId :: of( & ranges:: RANGE_MINUS_ONE ) ,
1498
- LintId :: of( & ranges:: RANGE_PLUS_ONE ) ,
1499
1498
LintId :: of( & ranges:: RANGE_ZIP_WITH_LEN ) ,
1500
1499
LintId :: of( & reference:: DEREF_ADDROF ) ,
1501
1500
LintId :: of( & reference:: REF_IN_DEREF ) ,
0 commit comments