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