summaryrefslogtreecommitdiffstats
path: root/tokio-executor/tests/threadpool_hammer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-executor/tests/threadpool_hammer.rs')
-rw-r--r--tokio-executor/tests/threadpool_hammer.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tokio-executor/tests/threadpool_hammer.rs b/tokio-executor/tests/threadpool_hammer.rs
index 20a9e0ab..cec0466b 100644
--- a/tokio-executor/tests/threadpool_hammer.rs
+++ b/tokio-executor/tests/threadpool_hammer.rs
@@ -1,5 +1,4 @@
#![warn(rust_2018_idioms)]
-#![feature(async_await)]
use tokio_executor::threadpool::*;
use tokio_sync::{mpsc, oneshot};