Skip to content

Commit

Permalink
Fix unsized field order
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzqz committed Jun 3, 2022
1 parent be34cb3 commit 1d3037a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/mini_core_hello_world.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ struct NoisyDrop {
}

struct NoisyDropUnsized {
text: str,
inner: NoisyDropInner,
text: str,
}

struct NoisyDropInner;
Expand Down

0 comments on commit 1d3037a

Please sign in to comment.