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;
3232#[ cfg( not( target_os = "redox" ) ) ]
3333use nix:: sys:: stat:: FchmodatFlags ;
3434use nix:: sys:: stat:: Mode ;
35- #[ cfg( not( any( target_os = "redox" , target_os = "haiku" ) ) ) ]
36- use nix:: sys:: stat:: { TimestampSpec , UtimensatFlags } ;
3735#[ cfg( not( target_os = "redox" ) ) ]
3836use nix:: sys:: stat:: { self } ;
3937use nix:: sys:: stat:: { fchmod, stat} ;
4038#[ cfg( not( target_os = "redox" ) ) ]
4139use nix:: sys:: stat:: { fchmodat, mkdirat} ;
4240#[ cfg( not( any( target_os = "redox" , target_os = "haiku" ) ) ) ]
4341use nix:: sys:: stat:: { futimens, utimes} ;
42+ #[ cfg( not( any( target_os = "redox" , target_os = "haiku" ) ) ) ]
43+ use nix:: sys:: stat:: { TimestampSpec , UtimensatFlags } ;
4444
4545#[ cfg( not( any( target_os = "netbsd" , target_os = "redox" ) ) ) ]
4646use nix:: sys:: stat:: FileStat ;
You can’t perform that action at this time.
0 commit comments