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:
196196Key-value option set for each bit width that the target supports
197197atomic 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
You can’t perform that action at this time.
0 commit comments