mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +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")]
|
||||
extern crate alloc;
|
||||
|
||||
#[cfg(test)]
|
||||
extern crate sha2;
|
||||
|
||||
extern crate rand;
|
||||
extern crate clear_on_drop;
|
||||
extern crate byteorder;
|
||||
|
|
|
|||
Loading…
Reference in a new issue