mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-05 20:30:57 +00:00
Actually, we use unsafe{} in one test.
This commit is contained in:
parent
97c22f2d07
commit
8c15bce61d
1 changed files with 2 additions and 0 deletions
|
|
@ -234,6 +234,8 @@
|
|||
#![no_std]
|
||||
#![warn(future_incompatible)]
|
||||
#![deny(missing_docs)] // refuse to compile if documentation is missing
|
||||
|
||||
#![cfg(not(test))]
|
||||
#![forbid(unsafe_code)]
|
||||
|
||||
#[cfg(any(feature = "std", test))]
|
||||
|
|
|
|||
Loading…
Reference in a new issue