Skip to content

Commit b55d82f

Browse files
committed
man i dont even know anymore
1 parent 9ce8566 commit b55d82f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -986,6 +986,5 @@ pub fn register_lints(store: &mut rustc_lint::LintStore, conf: &'static Conf) {
986986
store.register_late_pass(|_| Box::new(manual_option_as_slice::ManualOptionAsSlice::new(conf)));
987987
store.register_late_pass(|_| Box::new(single_option_map::SingleOptionMap));
988988
store.register_late_pass(|_| Box::new(always_true_conditions::AlwaysTrueConditions));
989-
store.register_late_pass(move |_| Box::new(redundant_test_prefix::RedundantTestPrefix));
990989
// add lints here, do not remove this comment, it's used in `new_lint`
991990
}

0 commit comments

Comments
 (0)