1
Fork 0

std: Move platform specific env code into sys

This commit is contained in:
Brian Anderson 2016-09-21 19:50:30 +00:00
parent e6457bb676
commit 5c21562302
5 changed files with 203 additions and 183 deletions

View file

@ -34,6 +34,7 @@ pub mod android;
#[cfg(any(not(cargobuild), feature = "backtrace"))]
pub mod backtrace;
pub mod condvar;
pub mod env;
pub mod ext;
pub mod fd;
pub mod fs;