summaryrefslogtreecommitdiffstats
path: root/tokio/src/stream/timeout.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/src/stream/timeout.rs')
-rw-r--r--tokio/src/stream/timeout.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/src/stream/timeout.rs b/tokio/src/stream/timeout.rs
index b16000c6..669973ff 100644
--- a/tokio/src/stream/timeout.rs
+++ b/tokio/src/stream/timeout.rs
@@ -1,5 +1,5 @@
use crate::stream::{Fuse, Stream};
-use crate::time::{Elapsed, Instant, Sleep};
+use crate::time::{error::Elapsed, Instant, Sleep};
use core::future::Future;
use core::pin::Pin;