chore: fix clippy lints

This commit is contained in:
Mads Marquart
2024-12-02 12:51:26 +01:00
committed by Kirill Chibisov
parent d828523b39
commit d6ab3dcb86
9 changed files with 13 additions and 13 deletions

View File

@@ -184,7 +184,7 @@ pub struct KeyContext<'a> {
scratch_buffer: &'a mut Vec<u8>,
}
impl<'a> KeyContext<'a> {
impl KeyContext<'_> {
pub fn process_key_event(
&mut self,
keycode: u32,