]> git.lizzy.rs Git - rust.git/blob - library/std/src/os/l4re/mod.rs
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
[rust.git] / library / std / src / os / l4re / mod.rs
1 //! L4Re-specific definitions.
2
3 #![stable(feature = "raw_ext", since = "1.1.0")]
4 #![doc(cfg(target_os = "l4re"))]
5
6 pub mod fs;
7 pub mod raw;