clippy lint
This commit is contained in:
parent
0826739c62
commit
989080afed
1 changed files with 8 additions and 8 deletions
|
@ -117,14 +117,14 @@ macro_rules! ctrl {
|
|||
};
|
||||
}
|
||||
|
||||
macro_rules! alt {
|
||||
($ch:expr) => {
|
||||
Key {
|
||||
code: KeyCode::Char($ch),
|
||||
modifiers: Modifiers::ALT,
|
||||
}
|
||||
};
|
||||
}
|
||||
// macro_rules! alt {
|
||||
// ($ch:expr) => {
|
||||
// Key {
|
||||
// code: KeyCode::Char($ch),
|
||||
// modifiers: Modifiers::ALT,
|
||||
// }
|
||||
// };
|
||||
// }
|
||||
|
||||
pub fn default() -> Keymaps {
|
||||
hashmap!(
|
||||
|
|
Loading…
Reference in a new issue