Skip to content

Commit 1718e6b

Browse files
committed
Rollup merge of rust-lang#22284 - steveklabnik:fix_another_lie, r=nikomatsakis
This isn't something we want to guarantee. r? @nikomatsakis
2 parents 1ee09f9 + e478f66 commit 1718e6b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/doc/reference.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3543,9 +3543,6 @@ elements, respectively, in a parenthesized, comma-separated list.
35433543
Because tuple elements don't have a name, they can only be accessed by
35443544
pattern-matching.
35453545

3546-
The members of a tuple are laid out in memory contiguously, in order specified
3547-
by the tuple type.
3548-
35493546
An example of a tuple type and its use:
35503547

35513548
```

0 commit comments

Comments
 (0)