about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2015-07-16 17:53:49 -0400
committerSteve Klabnik <steve@steveklabnik.com>2015-07-16 17:53:49 -0400
commitc451bb81ee1915fd19ac30cccc8fff2f784fdb58 (patch)
treef46deafc7cc607ef8000b793f8430954a23db873 /src
parent2fb87ed5a7dc0de8aa163fa47e2b3c0a4bfbb46b (diff)
parent833e88db52f060089e1d771edb153ad1840d04de (diff)
downloadrust-c451bb81ee1915fd19ac30cccc8fff2f784fdb58.tar.gz
rust-c451bb81ee1915fd19ac30cccc8fff2f784fdb58.zip
Merge branch 'nopacked' of https://github.com/Stebalien/rust into rollup_central
Diffstat (limited to 'src')
-rw-r--r--src/doc/reference.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md
index 060f954274a..ff49eb63bf2 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -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.