1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-17 20:08:12 +00:00

style(core/rust): avoid unused warning

This commit is contained in:
matejcik 2024-07-30 17:50:14 +02:00 committed by matejcik
parent 12cf208237
commit 3f9e37abb4

View File

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