Skip to content

Commit

Permalink
chore: Fix clippy redundant warnings
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull authored Feb 25, 2024
1 parent f692235 commit 0e4e747
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/os/windows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
use crate::reactor::{Reactor, Readable, Registration};
use crate::Async;

use std::convert::TryFrom;
use std::future::Future;
use std::io::{self, Result};
use std::os::windows::io::{AsHandle, AsRawHandle, BorrowedHandle, OwnedHandle, RawHandle};
Expand Down
1 change: 0 additions & 1 deletion tests/async.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use std::future::Future;
use std::io;
use std::net::{Shutdown, TcpListener, TcpStream, UdpSocket};
#[cfg(unix)]
Expand Down

0 comments on commit 0e4e747

Please sign in to comment.