mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Remove unused clear_on_drop import from tests.
This commit is contained in:
parent
82cdcb9cc9
commit
42b571eb24
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue