cargo clippy

This commit is contained in:
2025-11-19 10:31:34 -07:00
parent 4df721a3c9
commit cf8c59f021

View File

@@ -217,7 +217,7 @@ pub mod keyboard {
1 => KeyState::Pressed, 1 => KeyState::Pressed,
2 => KeyState::Hold, 2 => KeyState::Hold,
3 => KeyState::Released, 3 => KeyState::Released,
0 | _ => KeyState::Idle, _ => KeyState::Idle,
} }
} }
} }