Fix clippy lints
This commit is contained in:
parent
9b34b2ac19
commit
7def3ee38a
4 changed files with 28 additions and 19 deletions
|
|
@ -228,7 +228,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