mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-08 21:00:40 +00:00
Removed unnecessary unstable features
This commit is contained in:
parent
a35ca1e9cf
commit
774e56e2c1
1 changed files with 1 additions and 3 deletions
|
|
@ -10,9 +10,7 @@
|
||||||
// - Henry de Valence <hdevalence@hdevalence.ca>
|
// - Henry de Valence <hdevalence@hdevalence.ca>
|
||||||
|
|
||||||
#![no_std]
|
#![no_std]
|
||||||
#![cfg_attr(feature = "nightly", feature(test))]
|
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||||
#![cfg_attr(feature = "nightly", feature(doc_cfg))]
|
|
||||||
#![cfg_attr(feature = "simd_backend", feature(stdsimd))]
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// Documentation:
|
// Documentation:
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue