Skip to content

Commit 4e7cc8d

Browse files
committed
fix build error
1 parent 354b63e commit 4e7cc8d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clippy_lints/src/lib.rs

-3
Original file line numberDiff line numberDiff line change
@@ -906,9 +906,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
906906
store.register_early_pass(|| Box::new(multi_assignments::MultiAssignments));
907907
store.register_late_pass(|_| Box::new(bool_to_int_with_if::BoolToIntWithIf));
908908
store.register_late_pass(|_| Box::new(box_default::BoxDefault));
909-
store.register_late_pass(|_| Box::new(implicit_saturating_add::ImplicitSaturatingAdd));
910-
store.register_late_pass(|| Box::new(bool_to_int_with_if::BoolToIntWithIf));
911-
store.register_late_pass(|| Box::new(box_default::BoxDefault));
912909
store.register_late_pass(|| Box::new(paths_from_format::PathsFromFormat));
913910
// add lints here, do not remove this comment, it's used in `new_lint`
914911
}

0 commit comments

Comments
 (0)