chore: two async_await feature remained (#1486)

This commit is contained in:
Gurwinder Singh
2019-08-21 18:53:42 +09:00
committed by Taiki Endo
parent 24fb33e012
commit 13930eff2a
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -1,5 +1,4 @@
#![warn(rust_2018_idioms)]
#![feature(async_await)]
use tokio_io::AsyncReadExt;
use tokio_test::assert_ok;
-1
View File
@@ -1,5 +1,4 @@
#![warn(rust_2018_idioms)]
#![feature(async_await)]
use tokio_io::AsyncReadExt;
use tokio_test::assert_ok;