Adds missing descriptions for the modules std::os::linux::fs and std::os::windows::io. Also adds punctuation for consistency with other descriptions.
6 lines
108 B
Rust
6 lines
108 B
Rust
//! Linux-specific definitions.
|
|
|
|
#![stable(feature = "raw_ext", since = "1.1.0")]
|
|
|
|
pub mod fs;
|
|
pub mod raw;
|