File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -943,10 +943,7 @@ pub fn register_lints(store: &mut rustc_lint::LintStore, conf: &'static Conf) {
943
943
store. register_late_pass ( move |_| Box :: new ( non_std_lazy_statics:: NonStdLazyStatic :: new ( conf) ) ) ;
944
944
store. register_late_pass ( |_| Box :: new ( manual_option_as_slice:: ManualOptionAsSlice :: new ( conf) ) ) ;
945
945
store. register_late_pass ( |_| Box :: new ( single_option_map:: SingleOptionMap ) ) ;
946
- <<<<<<< HEAD
947
946
store. register_late_pass ( move |_| Box :: new ( manual_checked_sub:: ManualCheckedSub :: new ( conf) ) ) ;
948
- =======
949
947
store. register_late_pass ( move |_| Box :: new ( redundant_test_prefix:: RedundantTestPrefix ) ) ;
950
- >>>>>>> 34 f81f96e9f43ba5c033f146eabbd5eb0d48638f
951
948
// add lints here, do not remove this comment, it's used in `new_lint`
952
949
}
You can’t perform that action at this time.
0 commit comments