clippy lint

pull/4/head
Blaž Hrastnik 2020-10-13 23:11:30 +09:00
parent 0826739c62
commit 989080afed
1 changed files with 8 additions and 8 deletions

View File

@ -117,14 +117,14 @@ macro_rules! ctrl {
}; };
} }
macro_rules! alt { // macro_rules! alt {
($ch:expr) => { // ($ch:expr) => {
Key { // Key {
code: KeyCode::Char($ch), // code: KeyCode::Char($ch),
modifiers: Modifiers::ALT, // modifiers: Modifiers::ALT,
} // }
}; // };
} // }
pub fn default() -> Keymaps { pub fn default() -> Keymaps {
hashmap!( hashmap!(