Skip to content

Commit b17217d

Browse files
committed
Merge branch 'master' into plain
2 parents 01b5395 + bb5623b commit b17217d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/mpsc.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ macro_rules! select {
175175
(
176176
$($name:pat = $rx:ident.$meth:ident() => $code:expr),+
177177
) => ({
178+
const _IS_BIASED: bool = false;
179+
178180
crossbeam_channel_internal! {
179181
$(
180182
recv(($rx).inner) -> res => {

0 commit comments

Comments
 (0)