summaryrefslogtreecommitdiffstats
path: root/tokio-buf/tests/chain.rs
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-05-14 10:27:36 -0700
committerGitHub <noreply@github.com>2019-05-14 10:27:36 -0700
commitcb4aea394e6851ae8cc45a68beeaf2c93cc9a0c0 (patch)
tree2158eab230c8717d3b35717e50f14fda6ca0edf1 /tokio-buf/tests/chain.rs
parent79d88200500f6e6c9970e1ad26469276c1a2f71f (diff)
Update Tokio to Rust 2018 (#1082)
Diffstat (limited to 'tokio-buf/tests/chain.rs')
-rw-r--r--tokio-buf/tests/chain.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/tokio-buf/tests/chain.rs b/tokio-buf/tests/chain.rs
index 7cc7ea70..798dd96c 100644
--- a/tokio-buf/tests/chain.rs
+++ b/tokio-buf/tests/chain.rs
@@ -1,15 +1,9 @@
#![cfg(feature = "util")]
-extern crate bytes;
-extern crate futures;
-extern crate tokio_buf;
-
use futures::Async::*;
use tokio_buf::{BufStream, BufStreamExt};
-#[macro_use]
mod support;
-
use support::*;
#[test]