summaryrefslogtreecommitdiffstats
path: root/tokio-timer/tests/interval.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-timer/tests/interval.rs')
-rw-r--r--tokio-timer/tests/interval.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tokio-timer/tests/interval.rs b/tokio-timer/tests/interval.rs
index 2f6f84aa..6f00a0a6 100644
--- a/tokio-timer/tests/interval.rs
+++ b/tokio-timer/tests/interval.rs
@@ -1,5 +1,4 @@
#![warn(rust_2018_idioms)]
-#![feature(async_await)]
use tokio_test::task::MockTask;
use tokio_test::{assert_pending, assert_ready_eq, clock};