mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
fix: non-binding let in SQLite driver
This commit is contained in:
parent
7d4333e50d
commit
c6f8a41267
@ -48,7 +48,7 @@ impl Notify {
|
||||
}
|
||||
|
||||
fn wait(&self) {
|
||||
let _ = self
|
||||
let _guard = self
|
||||
.condvar
|
||||
.wait_while(self.mutex.lock().unwrap(), |fired| !*fired)
|
||||
.unwrap();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user