@@ -807,7 +807,6 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry<'_>, conf: &Conf) {
807807 overflow_check_conditional:: OVERFLOW_CHECK_CONDITIONAL ,
808808 panic_unimplemented:: PANIC_PARAMS ,
809809 partialeq_ne_impl:: PARTIALEQ_NE_IMPL ,
810- path_buf_push_overwrite:: PATH_BUF_PUSH_OVERWRITE ,
811810 precedence:: PRECEDENCE ,
812811 ptr:: CMP_NULL ,
813812 ptr:: MUT_FROM_REF ,
@@ -1075,7 +1074,6 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry<'_>, conf: &Conf) {
10751074 non_copy_const:: BORROW_INTERIOR_MUTABLE_CONST ,
10761075 non_copy_const:: DECLARE_INTERIOR_MUTABLE_CONST ,
10771076 open_options:: NONSENSICAL_OPEN_OPTIONS ,
1078- path_buf_push_overwrite:: PATH_BUF_PUSH_OVERWRITE ,
10791077 ptr:: MUT_FROM_REF ,
10801078 ranges:: ITERATOR_STEP_BY_ZERO ,
10811079 regex:: INVALID_REGEX ,
@@ -1125,6 +1123,7 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry<'_>, conf: &Conf) {
11251123 missing_const_for_fn:: MISSING_CONST_FOR_FN ,
11261124 mutex_atomic:: MUTEX_INTEGER ,
11271125 needless_borrow:: NEEDLESS_BORROW ,
1126+ path_buf_push_overwrite:: PATH_BUF_PUSH_OVERWRITE ,
11281127 redundant_clone:: REDUNDANT_CLONE ,
11291128 unwrap:: PANICKING_UNWRAP ,
11301129 unwrap:: UNNECESSARY_UNWRAP ,
0 commit comments