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:
parent
8c35a9279c
commit
954361a3d4
9 changed files with 12 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue