]> git.lizzy.rs Git - rust.git/blob - library/std/src/os/linux/mod.rs
Rollup merge of #83571 - a1phyr:feature_const_slice_first_last, r=dtolnay
[rust.git] / library / std / src / os / linux / mod.rs
1 //! Linux-specific definitions.
2
3 #![stable(feature = "raw_ext", since = "1.1.0")]
4
5 pub mod fs;
6 pub mod raw;