You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Serde "tag" rules was being used for enums, which results in enums
being generated in a somewhat awkward format. Remove this, and change
the syntax of the dt-rust.yaml file to match. This typically results in
changes like:
- type: instance
value:
raw:
type: myself
to be simplified to just:
- !Instance
raw: !Myself
Signed-off-by: David Brown <[email protected]>
0 commit comments