Skip to content

Commit 9034a33

Browse files
committed
rand_core: Deny undocumented unsafe blocks
1 parent 0cd09e9 commit 9034a33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rand_core/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
)]
3232
#![deny(missing_docs)]
3333
#![deny(missing_debug_implementations)]
34+
#![deny(clippy::undocumented_unsafe_blocks)]
3435
#![doc(test(attr(allow(unused_variables), deny(warnings))))]
3536
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
3637
#![no_std]

0 commit comments

Comments
 (0)