-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
lint unused (clippy) allow attributes #3122
Comments
I am used to having this on JavaScript / TypeScript with no-unused-disable unused is probably not a well chosen name for Rust / Clippy as it already has a different meaning. Still I think it could be inspiring. |
Implementing a lint for this is sadly rather difficult. RFC 2383 has proposed adding a |
This type has been extracted to an alias, so it is okay now.
Now that |
It would be nice to have a message here that
allow(uselss_format)
is itself not effective and can be removed.Basically I'd like to have unused clippy warning suppression linted. :)
The text was updated successfully, but these errors were encountered: