Skip to content

Commit

Permalink
Merge branch 'master' into plain
Browse files Browse the repository at this point in the history
  • Loading branch information
white-axe committed Jul 28, 2024
2 parents 01b5395 + bb5623b commit b17217d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/mpsc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ macro_rules! select {
(
$($name:pat = $rx:ident.$meth:ident() => $code:expr),+
) => ({
const _IS_BIASED: bool = false;

crossbeam_channel_internal! {
$(
recv(($rx).inner) -> res => {
Expand Down

0 comments on commit b17217d

Please sign in to comment.