Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Nov 28, 2024
1 parent d258d5f commit 844b112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waycrate_xkbkeycode/src/xkb_keyboard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ impl KeyEvent {
}
}

impl<'a> KeyContext<'a> {
impl KeyContext<'_> {
pub fn process_key_event(
&mut self,
keycode: u32,
Expand Down

0 comments on commit 844b112

Please sign in to comment.