diff options
| author | Sachin Cherian <sachinctl@protonmail.com> | 2021-09-17 23:23:21 +0530 |
|---|---|---|
| committer | Sachin Cherian <sachinctl@protonmail.com> | 2021-09-17 23:23:21 +0530 |
| commit | ec34aa61d6947f6bee11f13a8d0a11e61cf65b67 (patch) | |
| tree | 0a138d282edb72c709a4028db839d6cc63f0bf24 /library/std/src/os/wasi/fs.rs | |
| parent | c3c0f80d6081092faff801542dd82f0e2420152b (diff) | |
| download | rust-ec34aa61d6947f6bee11f13a8d0a11e61cf65b67.tar.gz rust-ec34aa61d6947f6bee11f13a8d0a11e61cf65b67.zip | |
modify std::os docs to be more consistent
> add intra doc links > add a usage example for the os::windows module
Diffstat (limited to 'library/std/src/os/wasi/fs.rs')
| -rw-r--r-- | library/std/src/os/wasi/fs.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/library/std/src/os/wasi/fs.rs b/library/std/src/os/wasi/fs.rs index 3df27563e21..907368061d7 100644 --- a/library/std/src/os/wasi/fs.rs +++ b/library/std/src/os/wasi/fs.rs @@ -1,4 +1,6 @@ -//! WASI-specific extensions to primitives in the `std::fs` module. +//! WASI-specific extensions to primitives in the [`std::fs`] module. +//! +//! [`std::fs`]: crate::fs #![deny(unsafe_op_in_unsafe_fn)] #![unstable(feature = "wasi_ext", issue = "71213")] |
