Remove unused clear_on_drop import from tests.

This commit is contained in:
Isis Lovecruft 2018-12-30 04:26:56 +00:00
parent 82cdcb9cc9
commit 42b571eb24
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -11,7 +11,6 @@
#[cfg(all(test, feature = "serde"))]
extern crate bincode;
extern crate clear_on_drop;
extern crate ed25519_dalek;
extern crate hex;
extern crate rand;