summaryrefslogtreecommitdiffstats
path: root/tokio-test/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-test/tests')
-rw-r--r--tokio-test/tests/block_on.rs1
-rw-r--r--tokio-test/tests/io.rs1
2 files changed, 0 insertions, 2 deletions
diff --git a/tokio-test/tests/block_on.rs b/tokio-test/tests/block_on.rs
index f0a90d11..9b4959e9 100644
--- a/tokio-test/tests/block_on.rs
+++ b/tokio-test/tests/block_on.rs
@@ -1,5 +1,4 @@
#![warn(rust_2018_idioms)]
-#![feature(async_await)]
use std::time::{Duration, Instant};
use tokio_test::block_on;
diff --git a/tokio-test/tests/io.rs b/tokio-test/tests/io.rs
index 93c9dc29..954bb469 100644
--- a/tokio-test/tests/io.rs
+++ b/tokio-test/tests/io.rs
@@ -1,5 +1,4 @@
#![warn(rust_2018_idioms)]
-#![feature(async_await)]
use tokio::io::{AsyncReadExt, AsyncWriteExt};
use tokio_test::io::Builder;