-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove some underscore prefixes from structure field names that are being used to deserialize JSON; the field names were being used as JSON keys without the leading underscores being stripped, resulting in deserialization errors. The structures containing the affected fields have had `Serialize` added to their `derive` lists; this eliminates the compiler warnings regarding unread structure fields.
- Loading branch information
Todd Showalter
committed
Jul 29, 2024
1 parent
779756c
commit ea0d2c3
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters