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
in .rs files, pedantic clippy can be enabled by doing #![warn(clippy::pedantic)] for example. is there a way to implement this in clippy.toml?
.rs
pedantic
#![warn(clippy::pedantic)]
clippy.toml
@rustbot label +C-question
The text was updated successfully, but these errors were encountered:
Currently, we don't have the way to do it. See here for details: #1313
Sorry, something went wrong.
I'm closing this because of #7802 (comment). If you have more questions, feel free to make comments here or open a new issue.
No branches or pull requests
in
.rs
files,pedantic
clippy can be enabled by doing#![warn(clippy::pedantic)]
for example. is there a way to implement this inclippy.toml
?@rustbot label +C-question
The text was updated successfully, but these errors were encountered: