summaryrefslogtreecommitdiffstats
path: root/tokio-io/tests/take.rs
diff options
context:
space:
mode:
authorGurwinder Singh <vargwin@gmail.com>2019-08-21 15:23:42 +0530
committerTaiki Endo <te316e89@gmail.com>2019-08-21 18:53:42 +0900
commit13930eff2ae900f0cfbe79ab760fdacdbc3d714b (patch)
treedd08e7dfcd9c8017ea51da503d5af97e40ce5151 /tokio-io/tests/take.rs
parent24fb33e0129e6bea80469388d6bb73cd71a178c2 (diff)
chore: two async_await feature remained (#1486)
Diffstat (limited to 'tokio-io/tests/take.rs')
-rw-r--r--tokio-io/tests/take.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tokio-io/tests/take.rs b/tokio-io/tests/take.rs
index ac1e831f..2ad1a04c 100644
--- a/tokio-io/tests/take.rs
+++ b/tokio-io/tests/take.rs
@@ -1,5 +1,4 @@
#![warn(rust_2018_idioms)]
-#![feature(async_await)]
use tokio_io::AsyncReadExt;
use tokio_test::assert_ok;