Skip to content

Commit

Permalink
Remove unstable API mention
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Oct 3, 2022
1 parent 1ae3acc commit 2325d95
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/conditional-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,8 @@ Example values:
Key-value option set for each bit width that the target supports
atomic loads, stores, and compare-and-swap operations.

When this cfg is present, all of the [`core::sync::atomic`] APIs are available for
the relevant atomic width with the exception of `from_mut` methods (currently
unstable), which additionally require that the primitive integer and atomic have
the same minimum alignment on the given target. No user-visible, stable cfg is
exposed for that method at this time.
When this cfg is present, all of the stable [`core::sync::atomic`] APIs are available for
the relevant atomic width.

[`core::sync::atomic`]: ../core/sync/atomic/index.html

Expand Down

0 comments on commit 2325d95

Please sign in to comment.