Skip to content

Commit b50993d

Browse files
authored
Add #[doc(inline)] to export of SelectAll (#2442)
1 parent 1759a7f commit b50993d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

futures-util/src/stream/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ pub use self::futures_unordered::FuturesUnordered;
112112
pub mod select_all;
113113
#[cfg(not(futures_no_atomic_cas))]
114114
#[cfg(feature = "alloc")]
115+
#[doc(inline)]
115116
pub use self::select_all::{select_all, SelectAll};
116117

117118
#[cfg(not(futures_no_atomic_cas))]

0 commit comments

Comments
 (0)