mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
fixup! Enable radix_51 on nightly
This commit is contained in:
parent
cf9f9aa402
commit
b8b5af24b6
1 changed files with 1 additions and 1 deletions
|
|
@ -12,9 +12,9 @@
|
|||
#![cfg_attr(not(feature = "std"), no_std)]
|
||||
#![cfg_attr(not(feature = "std"), feature(collections))]
|
||||
#![cfg_attr(feature = "nightly", feature(box_syntax))]
|
||||
#![cfg_attr(feature = "nightly", feature(i128_type))]
|
||||
#![allow(unused_features)]
|
||||
#![feature(test)]
|
||||
#![feature(i128_type)]
|
||||
#![deny(missing_docs)] // refuse to compile if documentation is missing
|
||||
|
||||
//! # curve25519-dalek
|
||||
|
|
|
|||
Loading…
Reference in a new issue