@@ -807,7 +807,6 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry<'_>, conf: &Conf) {
807
807
overflow_check_conditional:: OVERFLOW_CHECK_CONDITIONAL ,
808
808
panic_unimplemented:: PANIC_PARAMS ,
809
809
partialeq_ne_impl:: PARTIALEQ_NE_IMPL ,
810
- path_buf_push_overwrite:: PATH_BUF_PUSH_OVERWRITE ,
811
810
precedence:: PRECEDENCE ,
812
811
ptr:: CMP_NULL ,
813
812
ptr:: MUT_FROM_REF ,
@@ -1075,7 +1074,6 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry<'_>, conf: &Conf) {
1075
1074
non_copy_const:: BORROW_INTERIOR_MUTABLE_CONST ,
1076
1075
non_copy_const:: DECLARE_INTERIOR_MUTABLE_CONST ,
1077
1076
open_options:: NONSENSICAL_OPEN_OPTIONS ,
1078
- path_buf_push_overwrite:: PATH_BUF_PUSH_OVERWRITE ,
1079
1077
ptr:: MUT_FROM_REF ,
1080
1078
ranges:: ITERATOR_STEP_BY_ZERO ,
1081
1079
regex:: INVALID_REGEX ,
@@ -1125,6 +1123,7 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry<'_>, conf: &Conf) {
1125
1123
missing_const_for_fn:: MISSING_CONST_FOR_FN ,
1126
1124
mutex_atomic:: MUTEX_INTEGER ,
1127
1125
needless_borrow:: NEEDLESS_BORROW ,
1126
+ path_buf_push_overwrite:: PATH_BUF_PUSH_OVERWRITE ,
1128
1127
redundant_clone:: REDUNDANT_CLONE ,
1129
1128
unwrap:: PANICKING_UNWRAP ,
1130
1129
unwrap:: UNNECESSARY_UNWRAP ,
0 commit comments