Skip to content

Commit c400b81

Browse files
fix ci errors
1 parent a6748a4 commit c400b81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

futures-util/src/stream/mod.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,11 @@ pub use self::futures_unordered::FuturesUnordered;
127127
#[cfg_attr(target_os = "none", cfg(target_has_atomic = "ptr"))]
128128
#[cfg(feature = "alloc")]
129129
pub mod mapped_futures;
130-
#[cfg(not(futures_no_atomic_cas))]
131130
#[cfg(feature = "alloc")]
132131
#[doc(inline)]
133132
pub use self::mapped_futures::MappedFutures;
134133

135-
#[cfg(not(futures_no_atomic_cas))]
134+
#[cfg_attr(target_os = "none", cfg(target_has_atomic = "ptr"))]
136135
#[cfg(feature = "alloc")]
137136
pub mod select_all;
138137
#[cfg_attr(target_os = "none", cfg(target_has_atomic = "ptr"))]

0 commit comments

Comments
 (0)