mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Merge pull request #148 from isislovecruft/feature/forbid-unsafe
Add #![forbid(unsafe_code)].
This commit is contained in:
commit
a9ebf7f53e
1 changed files with 1 additions and 0 deletions
|
|
@ -234,6 +234,7 @@
|
|||
#![no_std]
|
||||
#![warn(future_incompatible)]
|
||||
#![deny(missing_docs)] // refuse to compile if documentation is missing
|
||||
#![forbid(unsafe_code)]
|
||||
|
||||
#[cfg(any(feature = "std", test))]
|
||||
#[macro_use]
|
||||
|
|
|
|||
Loading…
Reference in a new issue