We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231c61a commit 6a03884Copy full SHA for 6a03884
src/libstd/sys/unix/ext/mod.rs
@@ -35,6 +35,7 @@
35
36
#![stable(feature = "rust1", since = "1.0.0")]
37
#![doc(cfg(unix))]
38
+#![allow(missing_docs)]
39
40
pub mod io;
41
pub mod ffi;
0 commit comments