Skip to content

Commit

Permalink
Merge pull request #149 from rikkaka/master
Browse files Browse the repository at this point in the history
Add missing const _IS_BIASED in test/mpsc.rs
  • Loading branch information
zesterer authored Jun 11, 2024
2 parents fcf3849 + e10d854 commit bb5623b
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 bb5623b

Please sign in to comment.