Skip to content

Commit

Permalink
Don't mention packed attribute in reference.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Jul 14, 2015
1 parent e4e9319 commit 833e88d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/doc/reference.md
Expand Up @@ -1957,8 +1957,6 @@ macro scope.
object file that this item's contents will be placed into.
- `no_mangle` - on any item, do not apply the standard name mangling. Set the
symbol for this item to its identifier.
- `packed` - on structs or enums, eliminate any padding that would be used to
align fields.
- `simd` - on certain tuple structs, derive the arithmetic operators, which
lower to the target's SIMD instructions, if any; the `simd` feature gate
is necessary to use this attribute.
Expand Down

0 comments on commit 833e88d

Please sign in to comment.