summaryrefslogtreecommitdiffstats
path: root/tokio-sync/tests/oneshot.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-sync/tests/oneshot.rs')
-rw-r--r--tokio-sync/tests/oneshot.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tokio-sync/tests/oneshot.rs b/tokio-sync/tests/oneshot.rs
index 77e02d8c..8439f294 100644
--- a/tokio-sync/tests/oneshot.rs
+++ b/tokio-sync/tests/oneshot.rs
@@ -1,5 +1,4 @@
#![warn(rust_2018_idioms)]
-#![feature(async_await)]
use tokio_sync::oneshot;
use tokio_test::task::MockTask;