summaryrefslogtreecommitdiffstats
path: root/tokio/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/README.md')
-rw-r--r--tokio/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/tokio/README.md b/tokio/README.md
index 2de30e7e..e9cdc413 100644
--- a/tokio/README.md
+++ b/tokio/README.md
@@ -55,7 +55,6 @@ an asynchronous application.
A basic TCP echo server with Tokio:
```rust
-#![feature(async_await)]
use tokio::net::TcpListener;
use tokio::prelude::*;