Skip to content

Commit

Permalink
Revert "macros: hide internal constant in select! macro (#5617)"
Browse files Browse the repository at this point in the history
This reverts commit cf9a03c.
  • Loading branch information
taiki-e committed Apr 20, 2023
1 parent b9868b2 commit 0ff86c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tokio/src/macros/select.rs
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ macro_rules! select {
use $crate::macros::support::Pin;
use $crate::macros::support::Poll::{Ready, Pending};

#[doc(hidden)]
const BRANCHES: u32 = $crate::count!( $($count)* );

let mut disabled: __tokio_select_util::Mask = Default::default();
Expand Down

0 comments on commit 0ff86c0

Please sign in to comment.