summaryrefslogtreecommitdiffstats
path: root/tokio-buf/src/str.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-buf/src/str.rs')
-rw-r--r--tokio-buf/src/str.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tokio-buf/src/str.rs b/tokio-buf/src/str.rs
index 8af76950..05327be8 100644
--- a/tokio-buf/src/str.rs
+++ b/tokio-buf/src/str.rs
@@ -1,6 +1,6 @@
-use never::Never;
-use BufStream;
-use SizeHint;
+use crate::never::Never;
+use crate::BufStream;
+use crate::SizeHint;
use futures::Poll;