Skip to content

Commit 51f0ec0

Browse files
committed
Remove unnecessary section
1 parent 4442b41 commit 51f0ec0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

reference/src/layout/structs-and-tuples.md

-4
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,6 @@ compiler will not reorder it, to allow for the possibility of
124124
unsizing. E.g., `struct Foo { x: u16, y: u32 }` and `struct Foo<T> {
125125
x: u16, y: T }` where `T = u32` are not guaranteed to be identical.
126126

127-
#### Structs with no fields
128-
129-
Structs with default layout and no fields are [1-ZST].
130-
131127
#### Structs with 1-ZST fields
132128

133129
For the purposes of struct layout [1-ZST] fields are ignored.

0 commit comments

Comments
 (0)