mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-21 00:00:50 +00:00
* Add support for the `discriminator` feature of OpenAPI 3, and implement it with `enum` in Rust * Add all missing explicit `dyn` to trait types to remove warnings * Add missing re-export for properties that are enum (was missing from #2244).