Fix compiler warning

This commit is contained in:
Greg Fitzgerald 2018-03-29 12:54:10 -06:00
parent 89f5b803c9
commit 1fbb34620c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ use result::Result;
use serde_json;
use signature::PublicKey;
use std::default::Default;
use std::io::{ErrorKind, Write};
use std::io::Write;
use std::net::UdpSocket;
use std::sync::atomic::{AtomicBool, Ordering};
use std::sync::mpsc::channel;