summaryrefslogtreecommitdiffstats
path: root/tokio-executor/tests/current_thread.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-executor/tests/current_thread.rs')
-rw-r--r--tokio-executor/tests/current_thread.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tokio-executor/tests/current_thread.rs b/tokio-executor/tests/current_thread.rs
index 2f504aab..a33edc82 100644
--- a/tokio-executor/tests/current_thread.rs
+++ b/tokio-executor/tests/current_thread.rs
@@ -1,5 +1,4 @@
#![warn(rust_2018_idioms)]
-#![feature(async_await)]
use tokio::sync::oneshot;
use tokio_executor::current_thread::{self, block_on_all, CurrentThread, TaskExecutor};