Skip to content

Commit b950f58

Browse files
committed
Update lib.rs
1 parent e498f85 commit b950f58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_lints/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
538538
store.register_late_pass(move || Box::new(if_then_panic::IfThenPanic));
539539
let enable_raw_pointer_heuristic_for_send = conf.enable_raw_pointer_heuristic_for_send;
540540
store.register_late_pass(move || Box::new(non_send_fields_in_send_ty::NonSendFieldInSendTy::new(enable_raw_pointer_heuristic_for_send)));
541+
store.register_late_pass(move || Box::new(undocumented_unsafe_blocks::UndocumentedUnsafeBlocks::default()));
541542
}
542543

543544
#[rustfmt::skip]

0 commit comments

Comments
 (0)