Skip to content

Commit fbaf8ad

Browse files
committed
Macro guard implementation and lint suggestion refactor
1 parent dac0772 commit fbaf8ad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clippy_lints/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -943,10 +943,7 @@ pub fn register_lints(store: &mut rustc_lint::LintStore, conf: &'static Conf) {
943943
store.register_late_pass(move |_| Box::new(non_std_lazy_statics::NonStdLazyStatic::new(conf)));
944944
store.register_late_pass(|_| Box::new(manual_option_as_slice::ManualOptionAsSlice::new(conf)));
945945
store.register_late_pass(|_| Box::new(single_option_map::SingleOptionMap));
946-
<<<<<<< HEAD
947946
store.register_late_pass(move |_| Box::new(manual_checked_sub::ManualCheckedSub::new(conf)));
948-
=======
949947
store.register_late_pass(move |_| Box::new(redundant_test_prefix::RedundantTestPrefix));
950-
>>>>>>> 34f81f96e9f43ba5c033f146eabbd5eb0d48638f
951948
// add lints here, do not remove this comment, it's used in `new_lint`
952949
}

0 commit comments

Comments
 (0)