-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
Please make unreadable_literal
configurable in clippy.toml
#4843
Comments
Clippy lints work the same way the rustc lints do. It's not possible to disable them in Cargo.toml. You need to add |
I said clippy.toml, which does allow some lints to be configured. |
Same story. |
As @mikerite pointed out, lints cannot be disabled in the |
interesting, please at least document this more clearly |
As far as I can tell you can't turn it off using
clippy.toml
The text was updated successfully, but these errors were encountered: