summaryrefslogtreecommitdiffstats
path: root/src/read.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/read.rs')
-rw-r--r--src/read.rs8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/read.rs b/src/read.rs
index 847ee21..b9dc5ef 100644
--- a/src/read.rs
+++ b/src/read.rs
@@ -1,8 +1,10 @@
-use errors::Error;
+use crate::errors::Error;
use futures::{Async, Stream};
use hyper::Chunk;
-use std::cmp;
-use std::io::{self, Read};
+use std::{
+ cmp,
+ io::{self, Read},
+};
use tokio_io::AsyncRead;
/*