mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
flattened MatchState for compatibility
This commit is contained in:
parent
500c2f0448
commit
4b2bf49585
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc;
|
|||
#[serde(rename_all = "camelCase")]
|
||||
struct JsonDemo {
|
||||
header: Header,
|
||||
#[serde(flatten)]
|
||||
state: MatchState,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue