We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ff507 commit e1f613eCopy full SHA for e1f613e
test/test_stat.rs
@@ -37,7 +37,7 @@ use nix::sys::stat::lutimes;
37
#[cfg(not(target_os = "redox"))]
38
use nix::sys::stat::{FchmodatFlags};
39
#[cfg(not(any(target_os = "redox", target_os = "haiku")))]
40
-use nix::sys::stat::{FchmodatFlags, UtimensatFlags};
+use nix::sys::stat::{UtimensatFlags};
41
use nix::sys::stat::Mode;
42
43
#[cfg(not(any(target_os = "netbsd", target_os = "redox")))]
0 commit comments