Fix warnings

This commit is contained in:
Taylor Cramer
2017-10-25 17:27:24 -07:00
parent 01198532c1
commit 6b8ad4ff99
3 changed files with 18 additions and 17 deletions
-1
View File
@@ -12,7 +12,6 @@ extern crate futures;
use std::io;
use std::net::SocketAddr;
use std::str;
use futures::{Future, Stream, Sink};
use tokio_core::net::{UdpSocket, UdpCodec};