mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 05:00:50 +00:00
* fix(rust-server): clippy::blacklisted_name -> clippy::disallowed_names * fix(rust-server): Remove unnecessary deref * fix(rust-server): Allow clippy::single_match * fix(rust-server): Use clone instead of to_owned on Cow * fix(rust-server): Remove needless borrows * chore(rust-server): Update sample outputs