mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-10 23:40:58 +00:00
chore(core/rust): allow unused macros
[no changelog]
This commit is contained in:
parent
7c65f0357a
commit
8abcb6f8cc
@ -1,4 +1,5 @@
|
||||
#[macro_use]
|
||||
#[allow(unused_macros)]
|
||||
pub mod macros;
|
||||
|
||||
pub mod buffer;
|
||||
|
Loading…
Reference in New Issue
Block a user