diff options
| author | Steven Allen <steven@stebalien.com> | 2015-07-14 14:04:21 -0400 |
|---|---|---|
| committer | Steven Allen <steven@stebalien.com> | 2015-07-14 14:04:21 -0400 |
| commit | 833e88db52f060089e1d771edb153ad1840d04de (patch) | |
| tree | b6ea809f35ada041c845ea658d9561b354bc71e3 | |
| parent | e4e93196e16030ebf7a20c473849534235d676f8 (diff) | |
| download | rust-833e88db52f060089e1d771edb153ad1840d04de.tar.gz rust-833e88db52f060089e1d771edb153ad1840d04de.zip | |
Don't mention packed attribute in reference.md
| -rw-r--r-- | src/doc/reference.md | 2 |
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. |
