clippy lint

pull/4/head
Blaž Hrastnik 4 years ago
parent 0826739c62
commit 989080afed

@ -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!(

Loading…
Cancel
Save