diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2018-06-25 20:38:29 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2018-06-25 20:38:29 +0200 |
| commit | 3c6c18d095b7cdafadffcc7ae3c39b037e4e793d (patch) | |
| tree | 8ff8471b4031e3d07bdd2330a945bcd6aef65e4e /src/libstd/sys/mod.rs | |
| parent | d259f4364738d911128d6e8ad863d0066733a343 (diff) | |
| download | rust-3c6c18d095b7cdafadffcc7ae3c39b037e4e793d.tar.gz rust-3c6c18d095b7cdafadffcc7ae3c39b037e4e793d.zip | |
Add missing \[allow(missing_docs)\]
Diffstat (limited to 'src/libstd/sys/mod.rs')
| -rw-r--r-- | src/libstd/sys/mod.rs | 1 |
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" |
