summaryrefslogtreecommitdiffstats
path: root/tokio/examples/chat.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/examples/chat.rs')
-rw-r--r--tokio/examples/chat.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tokio/examples/chat.rs b/tokio/examples/chat.rs
index 63542f92..8ace878c 100644
--- a/tokio/examples/chat.rs
+++ b/tokio/examples/chat.rs
@@ -24,7 +24,6 @@
//! connected clients they'll all join the same room and see everyone else's
//! messages.
-#![feature(async_await)]
#![warn(rust_2018_idioms)]
use futures::{Poll, SinkExt, Stream, StreamExt};