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 6fb3656 commit 282f4d0Copy full SHA for 282f4d0
src/lib.rs
@@ -10,6 +10,7 @@
10
//! [mio]: https://github.com/carllerche/mio
11
12
#![warn(missing_docs)]
13
+#![doc(test(no_crate_inject, attr(deny(warnings))))]
14
// TODO: Remove this when it's a hard error by default (error E0446).
15
// See Rust issue #34537 <https://github.com/rust-lang/rust/issues/34537>
16
#![deny(private_in_public)]
0 commit comments