Indicate that we forbid unsafe code

Makes this show up as clean on `cargo-geiger`
This commit is contained in:
John Nunley
2022-07-08 19:19:55 -07:00
committed by GitHub
parent b2b0533198
commit 9a859e281a
+1
View File
@@ -1,4 +1,5 @@
#![no_std]
#![forbid(unsafe_code)]
#[macro_export]
macro_rules! impl_mirrored {