1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 17:38:39 +00:00

style(core/rust): avoid unused warning

This commit is contained in:
matejcik 2024-07-30 17:50:14 +02:00 committed by M1nd3r
parent 6c218d8d6c
commit 7ef1ce7b4b

View File

@ -4,6 +4,7 @@ use core::{
marker::PhantomData,
ops::{Deref, DerefMut},
};
#[cfg(feature = "touch")]
use num_traits::{FromPrimitive, ToPrimitive};
#[cfg(feature = "button")]