What changed, and why it matters
This is a trivial code cleanup: a single unused import was removed from a Rust source file. It has no functional or security effect on the Trezor firmware.
Recommended action
No action required. This is a benign cleanup commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit removes one unused import (crate::time::ShortDuration) from core/embed/rust/src/ui/layout_eckhart/firmware/homescreen.rs. No executable code, logic, or interfaces were changed. This is a non-functional refactor with no security implications.
Changed components
core/embed/rust/src/ui/layout_eckhart/firmware/homescreen.rsInspect captured patch +0 / −1
diff --git a/core/embed/rust/src/ui/layout_eckhart/firmware/homescreen.rs b/core/embed/rust/src/ui/layout_eckhart/firmware/homescreen.rs
index d22f854d..08bf2943 100644
--- a/core/embed/rust/src/ui/layout_eckhart/firmware/homescreen.rs
+++ b/core/embed/rust/src/ui/layout_eckhart/firmware/homescreen.rs
@@ -5,7 +5,6 @@ use crate::{
error::Error,
io::BinaryData,
strutil::TString,
- time::ShortDuration,
translations::TR,
ui::{
component::{text::TextStyle, Component, Event, EventCtx, Label, Never, Swipe},
Risk score
Our methodology →Why this scored 15/100
Human-validated context
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
No validated notes yet.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.