rust/library/std/src/os/nto/mod.rs
Florian Bartels a510715749
Update library/std/src/os/nto/mod.rs
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
2023-03-01 06:42:40 +01:00

4 lines
82 B
Rust

#![stable(feature = "raw_ext", since = "1.1.0")]
pub mod fs;
pub(super) mod raw;