mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Remove sha2 crate, which is only used in doctests
This commit is contained in:
parent
8f68b7a3ed
commit
f3a7108c55
1 changed files with 0 additions and 3 deletions
|
|
@ -38,9 +38,6 @@
|
||||||
#[cfg(all(test, feature = "bench"))]
|
#[cfg(all(test, feature = "bench"))]
|
||||||
extern crate test;
|
extern crate test;
|
||||||
|
|
||||||
#[cfg(test)]
|
|
||||||
extern crate sha2;
|
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate arrayref;
|
extern crate arrayref;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue