Chore: Clippy fixes for new lints

This commit is contained in:
Kyle Simpson
2021-06-14 23:27:57 +01:00
parent d6d6acabe1
commit be3030932e
5 changed files with 6 additions and 6 deletions

View File

@@ -174,7 +174,7 @@ impl Call {
self.leave().await?;
true
} else if conn.0.channel_id() == channel_id {
let _ = tx.send(completion_generator(&self));
let _ = tx.send(completion_generator(self));
false
} else {
// not in progress, and/or a channel change.