Skip to content

Commit 1275bcc

Browse files
committed
Rephrase layout of tuples
1 parent f9ec1d2 commit 1275bcc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/type-layout.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ String slices are a UTF-8 representation of characters that have the same layout
8686

8787
## Tuple Layout
8888

89-
Tuples have the same layout guarantees as a struct with the same fields when
90-
laid out according to the default struct representation.
89+
Tuples are laid out according to the default representation.
9190

9291
The exception to this is the unit tuple (`()`), which is guaranteed as a
9392
zero-sized type to have a size of 0 and an alignment of 1.

0 commit comments

Comments
 (0)