summaryrefslogtreecommitdiffstats
path: root/examples/echo-udp.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/echo-udp.rs')
-rw-r--r--examples/echo-udp.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/echo-udp.rs b/examples/echo-udp.rs
index 9c6c9e27..63171207 100644
--- a/examples/echo-udp.rs
+++ b/examples/echo-udp.rs
@@ -11,7 +11,6 @@
//! Each line you type in to the `nc` terminal should be echo'd back to you!
extern crate futures;
-#[macro_use]
extern crate tokio;
#[macro_use]
extern crate tokio_io;