Skip to content

Commit 0e3e48c

Browse files
authored
Remove remaining cfg(target_has_atomic) (#2487)
1 parent 8be0a59 commit 0e3e48c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

futures/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ pub use futures_util::{future, sink, stream, task};
141141
#[cfg(feature = "async-await")]
142142
pub use futures_util::stream_select;
143143

144-
#[cfg_attr(feature = "cfg-target-has-atomic", cfg(target_has_atomic = "ptr"))]
145144
#[cfg(feature = "alloc")]
146145
#[doc(inline)]
147146
pub use futures_channel as channel;

0 commit comments

Comments
 (0)