summaryrefslogtreecommitdiffstats
path: root/tokio-executor/tests/enter.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-executor/tests/enter.rs')
-rw-r--r--tokio-executor/tests/enter.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-executor/tests/enter.rs b/tokio-executor/tests/enter.rs
index 25ef6006..fd13bd12 100644
--- a/tokio-executor/tests/enter.rs
+++ b/tokio-executor/tests/enter.rs
@@ -1,5 +1,5 @@
#![warn(rust_2018_idioms)]
-#![feature(await_macro, async_await)]
+#![feature(async_await)]
#[test]
fn block_on_ready() {