We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ec1d2 commit 1275bccCopy full SHA for 1275bcc
src/type-layout.md
@@ -86,8 +86,7 @@ String slices are a UTF-8 representation of characters that have the same layout
86
87
## Tuple Layout
88
89
-Tuples have the same layout guarantees as a struct with the same fields when
90
-laid out according to the default struct representation.
+Tuples are laid out according to the default representation.
91
92
The exception to this is the unit tuple (`()`), which is guaranteed as a
93
zero-sized type to have a size of 0 and an alignment of 1.
0 commit comments