File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -196,11 +196,8 @@ Example values:
196
196
Key-value option set for each bit width that the target supports
197
197
atomic loads, stores, and compare-and-swap operations.
198
198
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.
204
201
205
202
[ `core::sync::atomic` ] : ../core/sync/atomic/index.html
206
203
You can’t perform that action at this time.
0 commit comments