Skip to content

Commit d17a10b

Browse files
committed
Add #[doc(inline)] to export of SelectAll (#2442)
1 parent a43d90e commit d17a10b

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
@@ -111,6 +111,7 @@ pub use self::futures_unordered::FuturesUnordered;
111111
pub mod select_all;
112112
#[cfg(not(futures_no_atomic_cas))]
113113
#[cfg(feature = "alloc")]
114+
#[doc(inline)]
114115
pub use self::select_all::{select_all, SelectAll};
115116

116117
#[cfg(not(futures_no_atomic_cas))]

0 commit comments

Comments
 (0)