ProbablyClem / utoipauto

Rust Macros to automate the addition of Paths/Schemas to Utoipa crate, simulating Reflection during the compilation phase
Apache License 2.0
108 stars 10 forks source link

`utoipa_ignore` does not work correctly when applying it to a generic struct #16

Closed DenuxPlays closed 6 months ago

DenuxPlays commented 6 months ago

It still fails the compiler when applying it to a generic struct. See #15

DenuxPlays commented 6 months ago

Missunderstood the error

It was completly my fault