We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd09e9 commit 9034a33Copy full SHA for 9034a33
rand_core/src/lib.rs
@@ -31,6 +31,7 @@
31
)]
32
#![deny(missing_docs)]
33
#![deny(missing_debug_implementations)]
34
+#![deny(clippy::undocumented_unsafe_blocks)]
35
#![doc(test(attr(allow(unused_variables), deny(warnings))))]
36
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
37
#![no_std]
0 commit comments