Fix duplicate trait import
This commit removes a single duplicate Rust import statement that caused a compiler error. It is a routine build fix with no security relevance.
f87ff609by Greg Pfeil+0−11 filePublic commit activity attributed with strong match confidence. This page describes observable work, not personal trustworthiness.
Amber nodes are monitored by CommitWatch. Gray nodes are sampled from authenticated GitHub public commit search and may not represent complete contribution history.
No external sample loaded yet.
A verified GitHub handle is needed before external discovery.Message quality and risk characterize commits, never the person.
This commit removes a single duplicate Rust import statement that caused a compiler error. It is a routine build fix with no security relevance.
f87ff609by Greg Pfeil+0−11 fileThis is a minor build-fix change for the software simulator. It wraps a call to a hardware-specific random-number function so the simulator can compile. It does not change real-device behavior or introduce a security vulnerability.
34d8a98eby Greg Pfeil+2−01 fileThis commit fixes compile errors triggered by a stricter compiler setting that treats non-literal format strings as potentially insecure. The changes wrap translated UI text strings with a safe "%s" placeholder so they are treated as plain…
b79e31e3by Greg Pfeil+11−106 filesThis commit is a build-system hardening change, not a security fix. It pins the Rust build output directory to the default 'target' folder so that individual developer settings cannot accidentally break the firmware build. There is no indi…
28176e4bby Greg Pfeil+4−01 file