summaryrefslogtreecommitdiffstats
path: root/tokio-sync/tests/fuzz_oneshot.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-sync/tests/fuzz_oneshot.rs')
-rw-r--r--tokio-sync/tests/fuzz_oneshot.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tokio-sync/tests/fuzz_oneshot.rs b/tokio-sync/tests/fuzz_oneshot.rs
index d1bcb40e..8d4bea7d 100644
--- a/tokio-sync/tests/fuzz_oneshot.rs
+++ b/tokio-sync/tests/fuzz_oneshot.rs
@@ -1,5 +1,4 @@
#![warn(rust_2018_idioms)]
-#![feature(async_await)]
#[path = "../src/oneshot.rs"]
#[allow(warnings)]