Don't specify tuple layout.

This isn't something we want to guarantee.
This commit is contained in:
Steve Klabnik 2015-02-13 12:53:54 -05:00
parent cf636c233d
commit e478f660d8

View file

@ -3502,9 +3502,6 @@ elements, respectively, in a parenthesized, comma-separated list.
Because tuple elements don't have a name, they can only be accessed by
pattern-matching.
The members of a tuple are laid out in memory contiguously, in order specified
by the tuple type.
An example of a tuple type and its use:
```