mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Remove unnecessary #![allow(unused_features)] lint.
This commit is contained in:
parent
d748a41894
commit
ce857a50e7
1 changed files with 0 additions and 1 deletions
|
|
@ -238,7 +238,6 @@
|
|||
//! ```
|
||||
|
||||
#![no_std]
|
||||
#![allow(unused_features)]
|
||||
#![deny(missing_docs)] // refuse to compile if documentation is missing
|
||||
|
||||
extern crate clear_on_drop;
|
||||
|
|
|
|||
Loading…
Reference in a new issue