Skip to content

Commit 19832e2

Browse files
committed
Fix unused-import warnings.
1 parent ea9fcd5 commit 19832e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/imp/linux_raw/fs/syscalls.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ use crate::io::{self, OwnedFd, SeekFrom};
3131
use crate::process::{Gid, Uid};
3232
use core::convert::TryInto;
3333
use core::mem::MaybeUninit;
34-
#[cfg(any(target_pointer_width = "32", target_arch = "mips64"))]
35-
use core::sync::atomic::{AtomicBool, Ordering::Relaxed};
3634
#[cfg(target_arch = "mips64")]
3735
use linux_raw_sys::general::stat as linux_stat64;
3836
use linux_raw_sys::general::{

0 commit comments

Comments
 (0)