1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-28 03:38:46 +00:00

chore(core): fix clippy warning

[no changelog]
This commit is contained in:
tychovrahe 2025-04-01 19:58:02 +02:00
parent 8b0736c360
commit 1706897d12

View File

@ -121,7 +121,7 @@ impl ProdtestUI for UICaesar {
// currently has to be here due to clippy limitations
#[cfg(feature = "touch")]
fn screen_prodtest_draw(events: Vec<TouchEvent, 256>) {
fn screen_prodtest_draw(_events: Vec<TouchEvent, 256>) {
unimplemented!()
}
}