We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aecd5a commit 3f8136aCopy full SHA for 3f8136a
src/lib.rs
@@ -2,9 +2,10 @@ use std::future::Future;
2
use std::io;
3
use std::pin::Pin;
4
use std::task::{Context, Poll};
5
+use std::time::Duration;
6
7
use tokio::io::{AsyncRead, AsyncWrite};
-use tokio::time::{timeout, Duration};
8
+use tokio::time::timeout;
9
use tokio_io_timeout::TimeoutStream;
10
11
use hyper::client::connect::{Connect, Connected, Connection};
0 commit comments