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:
parent
8b0736c360
commit
1706897d12
@ -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!()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user