Fix compiler warning

This commit is contained in:
Greg Fitzgerald
2018-03-28 21:05:21 -06:00
parent f6ca176fc8
commit 4bc41d81ee

View File

@ -4,7 +4,6 @@
use accountant_skel::{Request, Response};
use bincode::{deserialize, serialize};
use entry::Entry;
use hash::Hash;
use signature::{KeyPair, PublicKey, Signature};
use std::io;