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
SeaORM
Using clippy:doc_markdown which is included in clippy:pedantic it warns if this (the actual comment) is used:
clippy:doc_markdown
clippy:pedantic
//! SeaORM Entity. Generated by sea-orm-codegen 0.9.3
instead of:
//! `SeaORM` Entity. Generated by sea-orm-codegen 0.9.3
What do you think to change it?
The text was updated successfully, but these errors were encountered:
Hey @frederikhors, the clippy:doc_markdown lint is allowed by default. But just in case, yeah, I agree changing it to ticked SeaORM.
Would you like to submit a PR and update it?
Sorry, something went wrong.
9af5885
frederikhors
Successfully merging a pull request may close this issue.
Using
clippy:doc_markdown
which is included inclippy:pedantic
it warns if this (the actual comment) is used://! SeaORM Entity. Generated by sea-orm-codegen 0.9.3
instead of:
//! `SeaORM` Entity. Generated by sea-orm-codegen 0.9.3
What do you think to change it?
The text was updated successfully, but these errors were encountered: