clippy nightly fixes

This commit is contained in:
extrawurst 2023-06-07 12:50:27 +02:00
parent 022281d414
commit 7d5b7d2c38
2 changed files with 0 additions and 2 deletions

View File

@ -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);

View File

@ -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 {
}
}