Skip to content

Commit c451bb8

Browse files
committed
Merge branch 'nopacked' of https://github.com/Stebalien/rust into rollup_central
2 parents 2fb87ed + 833e88d commit c451bb8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/doc/reference.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1957,8 +1957,6 @@ macro scope.
19571957
object file that this item's contents will be placed into.
19581958
- `no_mangle` - on any item, do not apply the standard name mangling. Set the
19591959
symbol for this item to its identifier.
1960-
- `packed` - on structs or enums, eliminate any padding that would be used to
1961-
align fields.
19621960
- `simd` - on certain tuple structs, derive the arithmetic operators, which
19631961
lower to the target's SIMD instructions, if any; the `simd` feature gate
19641962
is necessary to use this attribute.

0 commit comments

Comments
 (0)