We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6748a4 commit c400b81Copy full SHA for c400b81
futures-util/src/stream/mod.rs
@@ -127,12 +127,11 @@ pub use self::futures_unordered::FuturesUnordered;
127
#[cfg_attr(target_os = "none", cfg(target_has_atomic = "ptr"))]
128
#[cfg(feature = "alloc")]
129
pub mod mapped_futures;
130
-#[cfg(not(futures_no_atomic_cas))]
131
132
#[doc(inline)]
133
pub use self::mapped_futures::MappedFutures;
134
135
+#[cfg_attr(target_os = "none", cfg(target_has_atomic = "ptr"))]
136
137
pub mod select_all;
138
0 commit comments