We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d259f43 commit 3c6c18dCopy full SHA for 3c6c18d
src/libstd/sys/mod.rs
@@ -87,6 +87,7 @@ cfg_if! {
87
// On CloudABI and wasm right now the shim below doesn't compile, so
88
// just omit it
89
#[unstable(issue = "0", feature = "std_internals")]
90
+ #[allow(missing_docs)]
91
pub mod windows_ext {}
92
} else {
93
// On all other platforms (aka linux/osx/etc) then pull in a "minimal"
0 commit comments