We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ToSchema
#[allow(non_snake_case)]
Not high priority, but some of our services will have extra warnings:
The text was updated successfully, but these errors were encountered:
I can't reproduce this.
Both of the following compile without warnings:
#[derive(ToSchema)] #[fracpack(fracpack_mod = "fracpack")] #[allow(non_snake_case)] pub struct Foo { pub Bar: i8, }
#[allow(non_snake_case)] mod service { #[derive(ToSchema)] #[fracpack(fracpack_mod = "fracpack")] pub struct Foo { pub Bar: i8, } }
Sorry, something went wrong.
swatanabe
No branches or pull requests
Not high priority, but some of our services will have extra warnings:
The text was updated successfully, but these errors were encountered: