paperclip-rs / paperclip

WIP OpenAPI tooling for Rust.
Apache License 2.0
890 stars 117 forks source link

Clippy warns about "useless_vec" in derive macro Apiv2Schema #510

Closed mharkins-cosm closed 1 year ago

mharkins-cosm commented 1 year ago

I just upgraded from Rust 1.67.1 to 1.72.1 and ran into a Clippy warning for the lint useless_vec originating in the derive macro Apiv2Schema.

I have a fix for it and will open a PR.