diff options
| author | Christiaan Dirkx <christiaan@dirkx.email> | 2020-09-11 04:05:19 +0200 |
|---|---|---|
| committer | Christiaan Dirkx <christiaan@dirkx.email> | 2020-09-11 04:05:19 +0200 |
| commit | 954361a3d4f8b87a9311b5c976b7e301f6bae1bb (patch) | |
| tree | 47a5196a17e9e5fdad9df1a54f460a0782217e4c /library/std/src/os/linux/raw.rs | |
| parent | 8c35a9279ca50d3e5a6f33d80a7191454fd89cbe (diff) | |
| download | rust-954361a3d4f8b87a9311b5c976b7e301f6bae1bb.tar.gz rust-954361a3d4f8b87a9311b5c976b7e301f6bae1bb.zip | |
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/os/linux/raw.rs')
| -rw-r--r-- | library/std/src/os/linux/raw.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/os/linux/raw.rs b/library/std/src/os/linux/raw.rs index 1950ffcb21b..a007fd2b6be 100644 --- a/library/std/src/os/linux/raw.rs +++ b/library/std/src/os/linux/raw.rs @@ -1,4 +1,4 @@ -//! Linux-specific raw type definitions +//! Linux-specific raw type definitions. #![stable(feature = "raw_ext", since = "1.1.0")] #