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 @@ -833,10 +833,7 @@ pub fn register_lint_passes(store: &mut rustc_lint::LintStore, conf: &'static Co
833833 store. register_late_pass ( |_| Box :: new ( cloned_ref_to_slice_refs:: ClonedRefToSliceRefs :: new ( conf) ) ) ;
834834 store. register_late_pass ( |_| Box :: new ( infallible_try_from:: InfallibleTryFrom ) ) ;
835835 store. register_late_pass ( |_| Box :: new ( coerce_container_to_any:: CoerceContainerToAny ) ) ;
836- <<<<<<< HEAD
837836 store. register_late_pass ( |_| Box :: new ( toplevel_ref_arg:: ToplevelRefArg ) ) ;
838- =======
839837 store. register_late_pass ( |_| Box :: new ( default_box_assignments:: DefaultBoxAssignments ) ) ;
840- >>>>>>> abaeaeef1 ( Add `default_box_assignments` lint)
841838 // add lints here, do not remove this comment, it's used in `new_lint`
842839}
You can’t perform that action at this time.
0 commit comments