Skip to content

Commit

Permalink
Remove unnecessary section
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Aug 16, 2019
1 parent 4442b41 commit 51f0ec0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions reference/src/layout/structs-and-tuples.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,6 @@ compiler will not reorder it, to allow for the possibility of
unsizing. E.g., `struct Foo { x: u16, y: u32 }` and `struct Foo<T> {
x: u16, y: T }` where `T = u32` are not guaranteed to be identical.

#### Structs with no fields

Structs with default layout and no fields are [1-ZST].

#### Structs with 1-ZST fields

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

0 comments on commit 51f0ec0

Please sign in to comment.