diff options
| author | kennytm <kennytm@gmail.com> | 2017-08-05 14:39:46 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2017-08-10 13:43:59 +0800 |
| commit | b4114ebe3a19d7d9bdacf700cc67bd2709eafe5b (patch) | |
| tree | ea541608ac8b9307c5860d6dc78afd63a7c47194 /src/libstd/sys/windows | |
| parent | a2b888675accccedec7601cc3bd67ca028b4757c (diff) | |
| download | rust-b4114ebe3a19d7d9bdacf700cc67bd2709eafe5b.tar.gz rust-b4114ebe3a19d7d9bdacf700cc67bd2709eafe5b.zip | |
Exposed all platform-specific documentation.
Diffstat (limited to 'src/libstd/sys/windows')
| -rw-r--r-- | src/libstd/sys/windows/ext/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/sys/windows/ext/mod.rs b/src/libstd/sys/windows/ext/mod.rs index 11b1337a8ae..4b458d293bc 100644 --- a/src/libstd/sys/windows/ext/mod.rs +++ b/src/libstd/sys/windows/ext/mod.rs @@ -17,6 +17,7 @@ //! platform-agnostic idioms would not normally support. #![stable(feature = "rust1", since = "1.0.0")] +#![doc(cfg(windows))] pub mod ffi; pub mod fs; |
