Skip to content

Commit 6502cff

Browse files
committed
fix build error
1 parent d031abc commit 6502cff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clippy_lints/src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -917,8 +917,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
917917
store.register_late_pass(|_| Box::new(box_default::BoxDefault));
918918
store.register_late_pass(|_| Box::new(implicit_saturating_add::ImplicitSaturatingAdd));
919919
store.register_early_pass(|| Box::new(partial_pub_fields::PartialPubFields));
920-
store.register_late_pass(|| Box::new(bool_to_int_with_if::BoolToIntWithIf));
921-
store.register_late_pass(|| Box::new(box_default::BoxDefault));
922920
store.register_late_pass(|| Box::new(paths_from_format::PathsFromFormat));
923921
// add lints here, do not remove this comment, it's used in `new_lint`
924922
}

0 commit comments

Comments
 (0)