We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43d90e commit d17a10bCopy full SHA for d17a10b
futures-util/src/stream/mod.rs
@@ -111,6 +111,7 @@ pub use self::futures_unordered::FuturesUnordered;
111
pub mod select_all;
112
#[cfg(not(futures_no_atomic_cas))]
113
#[cfg(feature = "alloc")]
114
+#[doc(inline)]
115
pub use self::select_all::{select_all, SelectAll};
116
117
0 commit comments