Skip to content

Commit e2320a5

Browse files
committed
fix test error
1 parent 8596247 commit e2320a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_lints/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,7 @@ 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));
909910
store.register_late_pass(|_| Box::new(paths_from_format::PathsFromFormat));
910911
// add lints here, do not remove this comment, it's used in `new_lint`
911912
}

0 commit comments

Comments
 (0)