Skip to content

Commit e0c5f1a

Browse files
committed
Remove merge lines
1 parent bd9ca0a commit e0c5f1a

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
@@ -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
}

0 commit comments

Comments
 (0)