Maintenance: Cargo Clippy

This commit is contained in:
Gijs Burghoorn 2023-05-16 16:34:59 +02:00
parent a20da60414
commit 961524b932

View file

@ -114,10 +114,7 @@ pub fn get_key(key: &str) -> KeyCode {
return fn_key; return fn_key;
} }
match key.trim() { KeyCode::F(255)
// TODO: Add others
_ => KeyCode::F(255),
}
} }
macro_rules! partial_struct_field { macro_rules! partial_struct_field {