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