We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce8566 commit b55d82fCopy full SHA for b55d82f
clippy_lints/src/lib.rs
@@ -986,6 +986,5 @@ pub fn register_lints(store: &mut rustc_lint::LintStore, conf: &'static Conf) {
986
store.register_late_pass(|_| Box::new(manual_option_as_slice::ManualOptionAsSlice::new(conf)));
987
store.register_late_pass(|_| Box::new(single_option_map::SingleOptionMap));
988
store.register_late_pass(|_| Box::new(always_true_conditions::AlwaysTrueConditions));
989
- store.register_late_pass(move |_| Box::new(redundant_test_prefix::RedundantTestPrefix));
990
// add lints here, do not remove this comment, it's used in `new_lint`
991
}
0 commit comments