mirror of
https://github.com/openharmony/third_party_rust_tinyvec_macros.git
synced 2026-07-01 20:54:01 -04:00
Indicate that we forbid unsafe code
Makes this show up as clean on `cargo-geiger`
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#![no_std]
|
||||
#![forbid(unsafe_code)]
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! impl_mirrored {
|
||||
|
||||
Reference in New Issue
Block a user