Skip to content

Commit ebd587f

Browse files
committed
Deny missing docs in rand_core
1 parent 39ca1a5 commit ebd587f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rand_core/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
3838
html_root_url = "https://docs.rs/rand_core/0.1.0")]
3939

40+
#![deny(missing_docs)]
4041
#![deny(missing_debug_implementations)]
42+
#![doc(test(attr(allow(unused_variables), deny(warnings))))]
4143

4244
#![cfg_attr(not(feature="std"), no_std)]
4345
#![cfg_attr(all(feature="alloc", not(feature="std")), feature(alloc))]

0 commit comments

Comments
 (0)