Chore: Clippy fixes to match new MSRV.
This commit is contained in:
@@ -141,7 +141,7 @@ impl Call {
|
||||
#[cfg(feature = "driver")]
|
||||
Some((ConnectionProgress::Complete(c), Return::Conn(first_tx, driver_tx))) => {
|
||||
// It's okay if the receiver hung up.
|
||||
let _ = first_tx.send(());
|
||||
_ = first_tx.send(());
|
||||
|
||||
self.driver.raw_connect(c.clone(), driver_tx.clone());
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user