rust/library/std/src/os/linux/mod.rs
Christiaan Dirkx 954361a3d4 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.
2020-09-11 04:05:19 +02:00

6 lines
108 B
Rust

//! Linux-specific definitions.
#![stable(feature = "raw_ext", since = "1.1.0")]
pub mod fs;
pub mod raw;