Skip to content

Commit

Permalink
Remove ready import after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Leimkuhler <[email protected]>
  • Loading branch information
kleimkuhler committed Nov 18, 2019
1 parent 16ab873 commit 78c17df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tokio/src/net/util/io_resource.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use crate::io::{AsyncRead, AsyncWrite};
use crate::net::driver::{Readiness, Registration};

use futures_core::ready;
use mio;
use std::fmt;
use std::io::{self, Read, Write};
Expand Down

0 comments on commit 78c17df

Please sign in to comment.