File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ use nix::sys::stat::utimensat;
32
32
#[ cfg( not( target_os = "redox" ) ) ]
33
33
use nix:: sys:: stat:: FchmodatFlags ;
34
34
use nix:: sys:: stat:: Mode ;
35
- #[ cfg( not( any( target_os = "redox" , target_os = "haiku" ) ) ) ]
36
- use nix:: sys:: stat:: { TimestampSpec , UtimensatFlags } ;
37
35
#[ cfg( not( target_os = "redox" ) ) ]
38
36
use nix:: sys:: stat:: { self } ;
39
37
use nix:: sys:: stat:: { fchmod, stat} ;
40
38
#[ cfg( not( target_os = "redox" ) ) ]
41
39
use nix:: sys:: stat:: { fchmodat, mkdirat} ;
42
40
#[ cfg( not( any( target_os = "redox" , target_os = "haiku" ) ) ) ]
43
41
use nix:: sys:: stat:: { futimens, utimes} ;
42
+ #[ cfg( not( any( target_os = "redox" , target_os = "haiku" ) ) ) ]
43
+ use nix:: sys:: stat:: { TimestampSpec , UtimensatFlags } ;
44
44
45
45
#[ cfg( not( any( target_os = "netbsd" , target_os = "redox" ) ) ) ]
46
46
use nix:: sys:: stat:: FileStat ;
You can’t perform that action at this time.
0 commit comments