summaryrefslogtreecommitdiffstats
path: root/tokio/examples/udp-codec.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/examples/udp-codec.rs')
-rw-r--r--tokio/examples/udp-codec.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tokio/examples/udp-codec.rs b/tokio/examples/udp-codec.rs
index a5bd3f64..c055eaa4 100644
--- a/tokio/examples/udp-codec.rs
+++ b/tokio/examples/udp-codec.rs
@@ -6,7 +6,6 @@
//! new message with a new destination. Overall, we then use this to construct a
//! "ping pong" pair where two sockets are sending messages back and forth.
-#![feature(async_await)]
#![cfg(feature = "rt-full")]
#![warn(rust_2018_idioms)]