mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
src/system/condvar: chore clippy
This commit is contained in:
@@ -229,7 +229,7 @@ mod tests {
|
||||
.spawn(async move {
|
||||
select! {
|
||||
() = cv_.wait().fuse() => (),
|
||||
() = (|| async {})().fuse() => ()
|
||||
() = (async {}).fuse() => ()
|
||||
}
|
||||
|
||||
// The above future was dropped and we make a new one
|
||||
|
||||
Reference in New Issue
Block a user