Fix clippy::semicolon_if_nothing_returned
This commit is contained in:
parent
9991052ce5
commit
34f07b6027
46 changed files with 108 additions and 108 deletions
|
|
@ -164,7 +164,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
recurse(&mut self.overlay, layout, renderer, operation)
|
||||
recurse(&mut self.overlay, layout, renderer, operation);
|
||||
}
|
||||
|
||||
/// Processes a runtime [`Event`].
|
||||
|
|
|
|||
|
|
@ -200,7 +200,7 @@ where
|
|||
match operation.finish() {
|
||||
operation::Outcome::None => {}
|
||||
operation::Outcome::Some(message) => {
|
||||
self.queued_messages.push(message)
|
||||
self.queued_messages.push(message);
|
||||
}
|
||||
operation::Outcome::Chain(next) => {
|
||||
current_operation = Some(next);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue