]> git.lizzy.rs Git - rust.git/blob - library/std/src/os/macos/mod.rs
Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into sync_cg_clif-2021-05-27
[rust.git] / library / std / src / os / macos / mod.rs
1 //! macOS-specific definitions
2
3 #![stable(feature = "raw_ext", since = "1.1.0")]
4
5 pub mod fs;
6 pub mod raw;