chmod, install, uucore: fix build on Windows

This commit is contained in:
Alex Lyon 2017-12-10 21:21:24 -08:00 committed by Roy Ivy III
parent 5544def54e
commit 64c2c2055b

View file

@ -17,9 +17,9 @@ pub mod utf8;
pub mod encoding;
#[cfg(feature = "parse_time")]
pub mod parse_time;
#[cfg(feature = "mode")]
pub mod mode;
#[cfg(all(not(windows), feature = "mode"))]
pub mod mode;
#[cfg(all(unix, not(target_os = "fuchsia"), feature = "utmpx"))]
pub mod utmpx;
#[cfg(all(unix, feature = "utsname"))]