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 1759a7f commit b50993dCopy full SHA for b50993d
futures-util/src/stream/mod.rs
@@ -112,6 +112,7 @@ pub use self::futures_unordered::FuturesUnordered;
112
pub mod select_all;
113
#[cfg(not(futures_no_atomic_cas))]
114
#[cfg(feature = "alloc")]
115
+#[doc(inline)]
116
pub use self::select_all::{select_all, SelectAll};
117
118
0 commit comments