1
Fork 0

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.
This commit is contained in:
Christiaan Dirkx 2020-09-11 04:05:19 +02:00
parent 8c35a9279c
commit 954361a3d4
9 changed files with 12 additions and 8 deletions

View file

@ -1,3 +1,5 @@
//! Linux-specific extensions to primitives in the `std::fs` module.
#![stable(feature = "metadata_ext", since = "1.1.0")]
use crate::fs::Metadata;