summaryrefslogtreecommitdiffstats
path: root/tokio-io/tests/async_read.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-io/tests/async_read.rs')
-rw-r--r--tokio-io/tests/async_read.rs7
1 files changed, 1 insertions, 6 deletions
diff --git a/tokio-io/tests/async_read.rs b/tokio-io/tests/async_read.rs
index 604e99fd..430c935e 100644
--- a/tokio-io/tests/async_read.rs
+++ b/tokio-io/tests/async_read.rs
@@ -1,12 +1,7 @@
-extern crate bytes;
-extern crate futures;
-extern crate tokio_io;
-
use bytes::{BufMut, BytesMut};
use futures::Async;
-use tokio_io::AsyncRead;
-
use std::io::{self, Read};
+use tokio_io::AsyncRead;
#[test]
fn read_buf_success() {