Fix unsized field order
This commit is contained in:
parent
7a8b96f89d
commit
eb5f23737b
1 changed files with 1 additions and 1 deletions
|
@ -56,8 +56,8 @@ struct NoisyDrop {
|
|||
}
|
||||
|
||||
struct NoisyDropUnsized {
|
||||
text: str,
|
||||
inner: NoisyDropInner,
|
||||
text: str,
|
||||
}
|
||||
|
||||
struct NoisyDropInner;
|
||||
|
|
Loading…
Add table
Reference in a new issue