summaryrefslogtreecommitdiffstats
path: root/tokio-buf/src/util/limit.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-buf/src/util/limit.rs')
-rw-r--r--tokio-buf/src/util/limit.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-buf/src/util/limit.rs b/tokio-buf/src/util/limit.rs
index c89e687a..03c0d913 100644
--- a/tokio-buf/src/util/limit.rs
+++ b/tokio-buf/src/util/limit.rs
@@ -1,4 +1,4 @@
-use BufStream;
+use crate::BufStream;
use bytes::Buf;
use futures::Poll;