Skip to content

Commit

Permalink
Fix unused-import warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Jun 7, 2022
1 parent ea9fcd5 commit 19832e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/imp/linux_raw/fs/syscalls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ use crate::io::{self, OwnedFd, SeekFrom};
use crate::process::{Gid, Uid};
use core::convert::TryInto;
use core::mem::MaybeUninit;
#[cfg(any(target_pointer_width = "32", target_arch = "mips64"))]
use core::sync::atomic::{AtomicBool, Ordering::Relaxed};
#[cfg(target_arch = "mips64")]
use linux_raw_sys::general::stat as linux_stat64;
use linux_raw_sys::general::{
Expand Down

0 comments on commit 19832e2

Please sign in to comment.