mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-22 11:33:58 +00:00
* [rust] Fix declaration for arrays with object and array references For arrays with an item defined by reference to an array or an object, the generated type declaration was `Vec<core::models::Array>` or `Vec<core::models::Map>` without defining a `Array` or `Map` so that the code didn't compile. * [rust] Fix trailing whitespace in petstore definition