Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Aug 2, 2017
1 parent d4c4d70 commit d085df0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/sys/test_aio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use nix::sys::aio::*;
use nix::sys::signal::*;
use nix::sys::time::{TimeSpec, TimeValLike};
use std::io::{Write, Read, Seek, SeekFrom};
use std::mem;
use std::ops::Deref;
use std::os::unix::io::AsRawFd;
use std::rc::Rc;
Expand Down

0 comments on commit d085df0

Please sign in to comment.