Skip to content

Commit adf1b3e

Browse files
committed
fmt
1 parent 5f43a40 commit adf1b3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_stat.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ use nix::sys::stat::utimensat;
3232
#[cfg(not(target_os = "redox"))]
3333
use nix::sys::stat::FchmodatFlags;
3434
use 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"))]
3836
use nix::sys::stat::{self};
3937
use nix::sys::stat::{fchmod, stat};
4038
#[cfg(not(target_os = "redox"))]
4139
use nix::sys::stat::{fchmodat, mkdirat};
4240
#[cfg(not(any(target_os = "redox", target_os = "haiku")))]
4341
use 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")))]
4646
use nix::sys::stat::FileStat;

0 commit comments

Comments
 (0)