@@ -634,6 +634,7 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry<'_>, conf: &Conf) {
634
634
question_mark:: QUESTION_MARK ,
635
635
ranges:: ITERATOR_STEP_BY_ZERO ,
636
636
ranges:: RANGE_MINUS_ONE ,
637
+ ranges:: RANGE_PLUS_ONE ,
637
638
ranges:: RANGE_ZIP_WITH_LEN ,
638
639
redundant_field_names:: REDUNDANT_FIELD_NAMES ,
639
640
reference:: DEREF_ADDROF ,
@@ -755,7 +756,6 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry<'_>, conf: &Conf) {
755
756
ptr:: CMP_NULL ,
756
757
ptr:: PTR_ARG ,
757
758
question_mark:: QUESTION_MARK ,
758
- ranges:: RANGE_MINUS_ONE ,
759
759
redundant_field_names:: REDUNDANT_FIELD_NAMES ,
760
760
regex:: REGEX_MACRO ,
761
761
regex:: TRIVIAL_REGEX ,
@@ -815,6 +815,8 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry<'_>, conf: &Conf) {
815
815
overflow_check_conditional:: OVERFLOW_CHECK_CONDITIONAL ,
816
816
partialeq_ne_impl:: PARTIALEQ_NE_IMPL ,
817
817
precedence:: PRECEDENCE ,
818
+ ranges:: RANGE_MINUS_ONE ,
819
+ ranges:: RANGE_PLUS_ONE ,
818
820
ranges:: RANGE_ZIP_WITH_LEN ,
819
821
reference:: DEREF_ADDROF ,
820
822
reference:: REF_IN_DEREF ,
@@ -920,7 +922,6 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry<'_>, conf: &Conf) {
920
922
fallible_impl_from:: FALLIBLE_IMPL_FROM ,
921
923
mutex_atomic:: MUTEX_INTEGER ,
922
924
needless_borrow:: NEEDLESS_BORROW ,
923
- ranges:: RANGE_PLUS_ONE ,
924
925
unwrap:: PANICKING_UNWRAP ,
925
926
unwrap:: UNNECESSARY_UNWRAP ,
926
927
] ) ;
0 commit comments