mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Remove unnecessary extern crate sha2 from test code.
This commit is contained in:
parent
7b22fe6e87
commit
73a5f4711a
1 changed files with 0 additions and 3 deletions
|
|
@ -37,9 +37,6 @@ extern crate core;
|
||||||
#[cfg(feature = "alloc")]
|
#[cfg(feature = "alloc")]
|
||||||
extern crate alloc;
|
extern crate alloc;
|
||||||
|
|
||||||
#[cfg(test)]
|
|
||||||
extern crate sha2;
|
|
||||||
|
|
||||||
extern crate rand;
|
extern crate rand;
|
||||||
extern crate clear_on_drop;
|
extern crate clear_on_drop;
|
||||||
extern crate byteorder;
|
extern crate byteorder;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue