Skip to content

Commit eb5f237

Browse files
committed
Fix unsized field order
1 parent 7a8b96f commit eb5f237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/mini_core_hello_world.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ struct NoisyDrop {
5656
}
5757

5858
struct NoisyDropUnsized {
59-
text: str,
6059
inner: NoisyDropInner,
60+
text: str,
6161
}
6262

6363
struct NoisyDropInner;

0 commit comments

Comments
 (0)