Skip to content

Commit 3c6c18d

Browse files
Add missing \[allow(missing_docs)\]
1 parent d259f43 commit 3c6c18d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/sys/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ cfg_if! {
8787
// On CloudABI and wasm right now the shim below doesn't compile, so
8888
// just omit it
8989
#[unstable(issue = "0", feature = "std_internals")]
90+
#[allow(missing_docs)]
9091
pub mod windows_ext {}
9192
} else {
9293
// On all other platforms (aka linux/osx/etc) then pull in a "minimal"

0 commit comments

Comments
 (0)