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:
parent
12deedf3f6
commit
5b0686f09a
@ -1,3 +1,5 @@
|
||||
#![forbid(unsafe_code)]
|
||||
|
||||
pub mod base;
|
||||
pub mod empty;
|
||||
pub mod label;
|
||||
|
Loading…
Reference in New Issue
Block a user