remove warn

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou 2023-04-08 21:26:19 +08:00
parent 20734f278e
commit cee06f0425

View File

@ -1394,6 +1394,7 @@ fn skip_led_sync_control_key(key: &ControlKey) -> bool {
} }
#[inline] #[inline]
#[cfg(any(target_os = "windows", target_os = "linux"))]
fn is_numpad_control_key(key: &ControlKey) -> bool { fn is_numpad_control_key(key: &ControlKey) -> bool {
matches!( matches!(
key, key,