mirror of
https://github.com/coastalwhite/lemurs
synced 2024-11-26 03:50:17 +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;
|
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 {
|
||||||
|
|
Loading…
Reference in a new issue