Skip to content

Commit 0ff86c0

Browse files
committed
Revert "macros: hide internal constant in select! macro (#5617)"
This reverts commit cf9a03c.
1 parent b9868b2 commit 0ff86c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tokio/src/macros/select.rs

Lines changed: 0 additions & 1 deletion
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)