mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
clippy nightly fixes
This commit is contained in:
parent
022281d414
commit
7d5b7d2c38
2 changed files with 0 additions and 2 deletions
|
|
@ -531,7 +531,6 @@ impl Component for CommitComponent {
|
|||
self.input.set_text(msg);
|
||||
self.commit_msg_history_idx += 1;
|
||||
}
|
||||
} else {
|
||||
}
|
||||
// stop key event propagation
|
||||
return Ok(EventState::Consumed);
|
||||
|
|
|
|||
|
|
@ -135,7 +135,6 @@ impl Component for HelpComponent {
|
|||
self.move_selection(true);
|
||||
} else if key_match(e, self.key_config.keys.move_up) {
|
||||
self.move_selection(false);
|
||||
} else {
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue