mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Merge pull request #43 from dalek-cryptography/remove-rand-feature
Remove unused features
This commit is contained in:
commit
6a04da3ca4
1 changed files with 0 additions and 5 deletions
|
|
@ -254,8 +254,6 @@
|
|||
//! ```
|
||||
|
||||
#![no_std]
|
||||
#![cfg_attr(feature = "nightly", feature(rand))]
|
||||
#![cfg_attr(feature = "bench", feature(test))]
|
||||
#![allow(unused_features)]
|
||||
#![deny(missing_docs)] // refuse to compile if documentation is missing
|
||||
|
||||
|
|
@ -276,9 +274,6 @@ extern crate sha2;
|
|||
#[cfg(test)]
|
||||
extern crate hex;
|
||||
|
||||
#[cfg(all(test, feature = "bench"))]
|
||||
extern crate test;
|
||||
|
||||
#[cfg(feature = "serde")]
|
||||
extern crate serde;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue