1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-12 07:32:48 +00:00

chore(core): fix unused warning

[no changelog]
This commit is contained in:
tychovrahe 2024-07-02 16:02:38 +02:00 committed by TychoVrahe
parent effd81ed3b
commit 182f8d9774

View File

@ -13,6 +13,7 @@ use crate::{
}; };
use heapless::Vec; use heapless::Vec;
#[cfg(feature = "ui_debug")]
use ufmt::uwrite; use ufmt::uwrite;
use super::{common::display_left, scrollbar::SCROLLBAR_SPACE, theme, ScrollBar}; use super::{common::display_left, scrollbar::SCROLLBAR_SPACE, theme, ScrollBar};