From 182f8d9774d4222a45dff23f5b5a20f17acfb34b Mon Sep 17 00:00:00 2001 From: tychovrahe Date: Tue, 2 Jul 2024 16:02:38 +0200 Subject: [PATCH] chore(core): fix unused warning [no changelog] --- core/embed/rust/src/ui/model_tr/component/share_words.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/core/embed/rust/src/ui/model_tr/component/share_words.rs b/core/embed/rust/src/ui/model_tr/component/share_words.rs index f1e920f281..0ec10399d3 100644 --- a/core/embed/rust/src/ui/model_tr/component/share_words.rs +++ b/core/embed/rust/src/ui/model_tr/component/share_words.rs @@ -13,6 +13,7 @@ use crate::{ }; use heapless::Vec; +#[cfg(feature = "ui_debug")] use ufmt::uwrite; use super::{common::display_left, scrollbar::SCROLLBAR_SPACE, theme, ScrollBar};