Skip to content

Commit 8cb07e6

Browse files
authored
Unrolled build for rust-lang#135869
Rollup merge of rust-lang#135869 - hkBst:patch-12, r=Noratrieb Make docs for AtomicUsize::from_mut platform-independent fixes rust-lang#133342
2 parents 77a4553 + aa1f941 commit 8cb07e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/sync/atomic.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2547,7 +2547,7 @@ macro_rules! atomic_int {
25472547
$int_type,
25482548
no = [
25492549
"**Note:** This function is only available on targets where `",
2550-
stringify!($int_type), "` has an alignment of ", $align, " bytes."
2550+
stringify!($atomic_type), "` has the same alignment as `", stringify!($int_type), "`."
25512551
],
25522552
}]
25532553
///

0 commit comments

Comments
 (0)