Skip to content

Commit b6bbe5f

Browse files
authored
Revert "macros: hide internal constant in select! macro (#5617)" (#5637)
This reverts commit cf9a03c.
1 parent 57ba4a4 commit b6bbe5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tokio/src/macros/select.rs

-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,6 @@ macro_rules! select {
449449
use $crate::macros::support::Pin;
450450
use $crate::macros::support::Poll::{Ready, Pending};
451451

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

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

0 commit comments

Comments
 (0)