Fix unsized field order
This commit is contained in:
parent
be34cb35c7
commit
1d3037a107
@ -48,8 +48,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