summaryrefslogtreecommitdiffstats
path: root/tokio-fs/examples/std-echo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-fs/examples/std-echo.rs')
-rw-r--r--tokio-fs/examples/std-echo.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tokio-fs/examples/std-echo.rs b/tokio-fs/examples/std-echo.rs
index 5a46e352..3b0086b9 100644
--- a/tokio-fs/examples/std-echo.rs
+++ b/tokio-fs/examples/std-echo.rs
@@ -1,5 +1,4 @@
//! Echo everything received on STDIN to STDOUT and STDERR.
-#![feature(async_await)]
use futures_util::{FutureExt, SinkExt, StreamExt, TryFutureExt};