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