mirror of
https://github.com/coastalwhite/lemurs
synced 2024-11-22 18:13:02 +00:00
Maintenance: Cargo Clippy
This commit is contained in:
parent
a20da60414
commit
961524b932
1 changed files with 1 additions and 4 deletions
|
@ -114,10 +114,7 @@ pub fn get_key(key: &str) -> KeyCode {
|
|||
return fn_key;
|
||||
}
|
||||
|
||||
match key.trim() {
|
||||
// TODO: Add others
|
||||
_ => KeyCode::F(255),
|
||||
}
|
||||
KeyCode::F(255)
|
||||
}
|
||||
|
||||
macro_rules! partial_struct_field {
|
||||
|
|
Loading…
Reference in a new issue