We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ca1a5 commit ebd587fCopy full SHA for ebd587f
rand_core/src/lib.rs
@@ -37,7 +37,9 @@
37
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
38
html_root_url = "https://docs.rs/rand_core/0.1.0")]
39
40
+#![deny(missing_docs)]
41
#![deny(missing_debug_implementations)]
42
+#![doc(test(attr(allow(unused_variables), deny(warnings))))]
43
44
#![cfg_attr(not(feature="std"), no_std)]
45
#![cfg_attr(all(feature="alloc", not(feature="std")), feature(alloc))]
0 commit comments