about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2018-06-25 20:38:29 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2018-06-25 20:38:29 +0200
commit3c6c18d095b7cdafadffcc7ae3c39b037e4e793d (patch)
tree8ff8471b4031e3d07bdd2330a945bcd6aef65e4e /src/libstd
parentd259f4364738d911128d6e8ad863d0066733a343 (diff)
downloadrust-3c6c18d095b7cdafadffcc7ae3c39b037e4e793d.tar.gz
rust-3c6c18d095b7cdafadffcc7ae3c39b037e4e793d.zip
Add missing \[allow(missing_docs)\]
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/sys/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/sys/mod.rs b/src/libstd/sys/mod.rs
index b5bf4044be4..c44db3b1072 100644
--- a/src/libstd/sys/mod.rs
+++ b/src/libstd/sys/mod.rs
@@ -87,6 +87,7 @@ cfg_if! {
         // On CloudABI and wasm right now the shim below doesn't compile, so
         // just omit it
         #[unstable(issue = "0", feature = "std_internals")]
+        #[allow(missing_docs)]
         pub mod windows_ext {}
     } else {
         // On all other platforms (aka linux/osx/etc) then pull in a "minimal"