schemars/schemars_derive/src
Graham Esau d30238c981 Do not pass container attributes through enums/variants
When deriving JsonSchema over a struct-style enum variant, do not apply the enum's container attributes to the variant. This couldn't cause any problems in practice because the only container attribute we explicitly set is "default", which cannot be set on an enum.
2019-12-23 20:50:26 +00:00
..
attr v0.6.0 2019-12-09 21:06:44 +00:00
lib.rs Do not pass container attributes through enums/variants 2019-12-23 20:50:26 +00:00
metadata.rs v0.6.1 2019-12-09 21:25:37 +00:00