Fix unsized field order
This commit is contained in:
parent
7a8b96f89d
commit
eb5f23737b
@ -56,8 +56,8 @@ struct NoisyDrop {
|
|||||||
}
|
}
|
||||||
|
|
||||||
struct NoisyDropUnsized {
|
struct NoisyDropUnsized {
|
||||||
text: str,
|
|
||||||
inner: NoisyDropInner,
|
inner: NoisyDropInner,
|
||||||
|
text: str,
|
||||||
}
|
}
|
||||||
|
|
||||||
struct NoisyDropInner;
|
struct NoisyDropInner;
|
||||||
|
Loading…
Reference in New Issue
Block a user