We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a4e42 commit 231c61aCopy full SHA for 231c61a
src/libstd/sys/windows/ext/mod.rs
@@ -18,6 +18,7 @@
18
19
#![stable(feature = "rust1", since = "1.0.0")]
20
#![doc(cfg(windows))]
21
+#![allow(missing_docs)]
22
23
pub mod ffi;
24
pub mod fs;
0 commit comments