summaryrefslogtreecommitdiffstats
path: root/tokio-io/tests/write_all.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-io/tests/write_all.rs')
-rw-r--r--tokio-io/tests/write_all.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tokio-io/tests/write_all.rs b/tokio-io/tests/write_all.rs
index ca9a478b..285ed2da 100644
--- a/tokio-io/tests/write_all.rs
+++ b/tokio-io/tests/write_all.rs
@@ -1,5 +1,4 @@
#![warn(rust_2018_idioms)]
-#![feature(async_await)]
use tokio_io::{AsyncWrite, AsyncWriteExt};
use tokio_test::assert_ok;