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
Here is the use case:
-> The clippy annotation is useless but on top of that:
useless-clippy-annotation
pedantic
Get rid of useless clippy annotations
I do not know the clippy internals and thus, I have no idea if this can be easy to implement
I tend to have the problem with "#[allow(clippy::missing_const_for_fn)]" which I use when prototyping and then forget to remove.
The text was updated successfully, but these errors were encountered:
This is being added to rust as #[expect(...)] rust-lang/rust#54503
#[expect(...)]
Sorry, something went wrong.
Great! Thanks for the quick answer :)
Duplicate of:
No branches or pull requests
What it does
Here is the use case:
-> The clippy annotation is useless but on top of that:
Lint Name
useless-clippy-annotation
Category
pedantic
Advantage
Get rid of useless clippy annotations
Drawbacks
I do not know the clippy internals and thus, I have no idea if this can be easy to implement
Example
I tend to have the problem with "#[allow(clippy::missing_const_for_fn)]" which I use when prototyping and then forget to remove.
The text was updated successfully, but these errors were encountered: