Skip to content

Commit 2325d95

Browse files
Remove unstable API mention
1 parent 1ae3acc commit 2325d95

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/conditional-compilation.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,8 @@ Example values:
196196
Key-value option set for each bit width that the target supports
197197
atomic loads, stores, and compare-and-swap operations.
198198

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

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

0 commit comments

Comments
 (0)