Skip to content

Commit e1f613e

Browse files
author
Al Hoang
committed
haiku: fix for redundant declare
1 parent 76ff507 commit e1f613e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_stat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ use nix::sys::stat::lutimes;
3737
#[cfg(not(target_os = "redox"))]
3838
use nix::sys::stat::{FchmodatFlags};
3939
#[cfg(not(any(target_os = "redox", target_os = "haiku")))]
40-
use nix::sys::stat::{FchmodatFlags, UtimensatFlags};
40+
use nix::sys::stat::{UtimensatFlags};
4141
use nix::sys::stat::Mode;
4242

4343
#[cfg(not(any(target_os = "netbsd", target_os = "redox")))]

0 commit comments

Comments
 (0)