Fix compiler warning
This commit is contained in:
parent
f6ca176fc8
commit
4bc41d81ee
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue