mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-31 21:28:46 +00:00
chore(core): fix clippy warning
[no changelog]
This commit is contained in:
parent
8b0736c360
commit
1706897d12
@ -121,7 +121,7 @@ impl ProdtestUI for UICaesar {
|
|||||||
|
|
||||||
// currently has to be here due to clippy limitations
|
// currently has to be here due to clippy limitations
|
||||||
#[cfg(feature = "touch")]
|
#[cfg(feature = "touch")]
|
||||||
fn screen_prodtest_draw(events: Vec<TouchEvent, 256>) {
|
fn screen_prodtest_draw(_events: Vec<TouchEvent, 256>) {
|
||||||
unimplemented!()
|
unimplemented!()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user