summaryrefslogtreecommitdiffstats
path: root/benches
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2018-06-12 14:41:12 -0700
committerGitHub <noreply@github.com>2018-06-12 14:41:12 -0700
commitab07733d665a8e086c91cc7cb993ae2afcca4be2 (patch)
treee3aa126171bbf1639958231c8ee48062a80183cf /benches
parentd1f825ca1319897e2429380fb651758c79930fc2 (diff)
Deprecate executor re-exports (#412)
Diffstat (limited to 'benches')
-rw-r--r--benches/tcp.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/benches/tcp.rs b/benches/tcp.rs
index 45ff3711..fde72ce0 100644
--- a/benches/tcp.rs
+++ b/benches/tcp.rs
@@ -13,7 +13,6 @@ mod prelude {
pub use futures::*;
pub use tokio::reactor::Reactor;
pub use tokio::net::{TcpListener, TcpStream};
- pub use tokio::executor::current_thread;
pub use tokio_io::io::read_to_end;
pub use test::{self, Bencher};