1
0
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:
matejcik 2021-09-09 16:51:47 +02:00 committed by Martin Milata
parent 7c65f0357a
commit 8abcb6f8cc

View File

@ -1,4 +1,5 @@
#[macro_use]
#[allow(unused_macros)]
pub mod macros;
pub mod buffer;