]> git.lizzy.rs Git - rust.git/blob - library/std/src/os/android/mod.rs
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[rust.git] / library / std / src / os / android / mod.rs
1 //! Android-specific definitions
2
3 #![stable(feature = "raw_ext", since = "1.1.0")]
4
5 pub mod fs;
6 pub mod raw;