Skip to content

Commit 0e4e747

Browse files
authored
chore: Fix clippy redundant warnings
Signed-off-by: John Nunley <[email protected]>
1 parent f692235 commit 0e4e747

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/os/windows.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
use crate::reactor::{Reactor, Readable, Registration};
44
use crate::Async;
55

6-
use std::convert::TryFrom;
76
use std::future::Future;
87
use std::io::{self, Result};
98
use std::os::windows::io::{AsHandle, AsRawHandle, BorrowedHandle, OwnedHandle, RawHandle};

tests/async.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
use std::future::Future;
21
use std::io;
32
use std::net::{Shutdown, TcpListener, TcpStream, UdpSocket};
43
#[cfg(unix)]

0 commit comments

Comments
 (0)