We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c313c commit 640b228Copy full SHA for 640b228
src/libstd/comm/select.rs
@@ -531,7 +531,7 @@ mod test {
531
let (p, c) = Chan::new();
532
c.send(());
533
select!(
534
- () = p.recv() => {},
+ () = p.recv() => {}
535
)
536
})
537
@@ -540,7 +540,7 @@ mod test {
540
541
542
543
544
545
546
@@ -549,7 +549,7 @@ mod test {
549
drop(c.clone());
550
551
552
553
554
555
0 commit comments