Skip to content

Commit

Permalink
portable-atomics support merged in async-task
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Oct 12, 2023
1 parent 2f4435f commit 4b7e8b5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#![cfg_attr(not(feature = "std"), no_std)]

// #[cfg(feature = "portable-atomic")]
// compile_error!(
// "Support for targets without atomics is incomplete as `async-task` does not yet support those."
// );

#[cfg(all(feature = "heapless", feature = "unbounded"))]
compile_error!("Feature `heapless` is not compatible with feature `unbounded`.");

Expand Down

0 comments on commit 4b7e8b5

Please sign in to comment.