mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Remove unused features
This commit is contained in:
parent
da8e609dc2
commit
1e8b9f962b
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