1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-06-07 21:56:04 +02:00

clippy lint

This commit is contained in:
Blaž Hrastnik 2020-10-13 23:11:30 +09:00
parent 0826739c62
commit 989080afed

View File

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