Skip to content

Commit 6beb998

Browse files
committed
replace if let mutex lint removed in rebase of lib.rs file
1 parent 4fdf54b commit 6beb998

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
@@ -1055,6 +1055,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
10551055
store.register_late_pass(|| box dereference::Dereferencing);
10561056
store.register_late_pass(|| box future_not_send::FutureNotSend);
10571057
store.register_late_pass(|| box utils::internal_lints::CollapsibleCalls);
1058+
store.register_late_pass(|| box if_let_mutex::IfLetMutex);
10581059
store.register_late_pass(|| box macro_use::MacroUseImports::default());
10591060

10601061
store.register_group(true, "clippy::restriction", Some("clippy_restriction"), vec![

0 commit comments

Comments
 (0)