1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-23 14:58:09 +00:00

chore(core/rust): Forbid unsafe in components

To be expanded to other modules.
This commit is contained in:
Jan Pochyla 2021-11-26 19:43:33 +01:00 committed by matejcik
parent 12deedf3f6
commit 5b0686f09a

View File

@ -1,3 +1,5 @@
#![forbid(unsafe_code)]
pub mod base;
pub mod empty;
pub mod label;