Skip to content

Commit

Permalink
Remove remaining cfg(target_has_atomic) (#2487)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Aug 30, 2021
1 parent 77c148f commit 302444b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion futures/src/lib.rs
Expand Up @@ -141,7 +141,6 @@ pub use futures_util::{future, never, sink, stream, task};
#[cfg(feature = "async-await")]
pub use futures_util::stream_select;

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

0 comments on commit 302444b

Please sign in to comment.