@@ -1149,6 +1149,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
11491149 LintId :: of( & needless_continue:: NEEDLESS_CONTINUE ) ,
11501150 LintId :: of( & needless_pass_by_value:: NEEDLESS_PASS_BY_VALUE ) ,
11511151 LintId :: of( & non_expressive_names:: SIMILAR_NAMES ) ,
1152+ LintId :: of( & ranges:: RANGE_MINUS_ONE ) ,
11521153 LintId :: of( & ranges:: RANGE_PLUS_ONE ) ,
11531154 LintId :: of( & shadow:: SHADOW_UNRELATED ) ,
11541155 LintId :: of( & strings:: STRING_ADD_ASSIGN ) ,
@@ -1368,7 +1369,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
13681369 LintId :: of( & ptr:: PTR_ARG ) ,
13691370 LintId :: of( & ptr_offset_with_cast:: PTR_OFFSET_WITH_CAST ) ,
13701371 LintId :: of( & question_mark:: QUESTION_MARK ) ,
1371- LintId :: of( & ranges:: RANGE_MINUS_ONE ) ,
13721372 LintId :: of( & ranges:: RANGE_ZIP_WITH_LEN ) ,
13731373 LintId :: of( & ranges:: REVERSED_EMPTY_RANGES ) ,
13741374 LintId :: of( & redundant_clone:: REDUNDANT_CLONE ) ,
@@ -1585,7 +1585,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
15851585 LintId :: of( & partialeq_ne_impl:: PARTIALEQ_NE_IMPL ) ,
15861586 LintId :: of( & precedence:: PRECEDENCE ) ,
15871587 LintId :: of( & ptr_offset_with_cast:: PTR_OFFSET_WITH_CAST ) ,
1588- LintId :: of( & ranges:: RANGE_MINUS_ONE ) ,
15891588 LintId :: of( & ranges:: RANGE_ZIP_WITH_LEN ) ,
15901589 LintId :: of( & reference:: DEREF_ADDROF ) ,
15911590 LintId :: of( & reference:: REF_IN_DEREF ) ,
0 commit comments