mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +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]
|
#![no_std]
|
||||||
#![allow(unused_features)]
|
|
||||||
#![deny(missing_docs)] // refuse to compile if documentation is missing
|
#![deny(missing_docs)] // refuse to compile if documentation is missing
|
||||||
|
|
||||||
extern crate clear_on_drop;
|
extern crate clear_on_drop;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue