apply clippy suggestion

This commit is contained in:
figsoda 2023-10-18 11:28:37 -04:00
parent bc2a20b586
commit c054ae4c71

View file

@ -506,7 +506,7 @@ async fn run() -> Result<()> {
} else {
match updates.swap(0b000, Ordering::SeqCst) {
// wait for more commands or updates if neither were received
x if x == 0b000 => {
0b000 => {
thread::park();
continue;
}