diff options
| author | Ralf Jung <post@ralfj.de> | 2020-09-12 10:43:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-12 10:43:20 +0200 |
| commit | 2477f070fca2cd75bb91d758d0016715ef140ec4 (patch) | |
| tree | ec99c32dd46751e864309eb4cfab8999e39e2744 /library/std/src/sys/unix/ext/net.rs | |
| parent | a49451c805d182d4f47096de8bd1d79f6c7af12b (diff) | |
| parent | 954361a3d4f8b87a9311b5c976b7e301f6bae1bb (diff) | |
| download | rust-2477f070fca2cd75bb91d758d0016715ef140ec4.tar.gz rust-2477f070fca2cd75bb91d758d0016715ef140ec4.zip | |
Rollup merge of #76583 - CDirkx:os-doc, r=jonas-schievink
Update `std::os` module documentation. Adds missing descriptions for the modules `std::os::linux::fs` and `std::os::windows::io`. Also adds punctuation for consistency with other descriptions.
Diffstat (limited to 'library/std/src/sys/unix/ext/net.rs')
| -rw-r--r-- | library/std/src/sys/unix/ext/net.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/std/src/sys/unix/ext/net.rs b/library/std/src/sys/unix/ext/net.rs index 3fbd0cb58b1..320378e30cc 100644 --- a/library/std/src/sys/unix/ext/net.rs +++ b/library/std/src/sys/unix/ext/net.rs @@ -1,6 +1,6 @@ -#![stable(feature = "unix_socket", since = "1.10.0")] +//! Unix-specific networking functionality. -//! Unix-specific networking functionality +#![stable(feature = "unix_socket", since = "1.10.0")] #[cfg(all(test, not(target_os = "emscripten")))] mod tests; |
