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
allow
expect
Rust 1.81 stabilizes Clippy's expect attribute. This attribute ensures that a lint diagnostic is emitted where the attribute appears.
We should replace allow attribute with expect.
We should also retsrict the use of allow by denying clippy::allow_attributes.
The text was updated successfully, but these errors were encountered:
I just noticed you don't use 1.81.0 yet, so this task needs to wait until to move to 1.81
Sorry, something went wrong.
so this task needs to wait until to move to 1.81
Done in #3972
Successfully merging a pull request may close this issue.
Description
Rust 1.81 stabilizes Clippy's
expect
attribute. This attribute ensures that a lint diagnostic is emitted where the attribute appears.We should replace
allow
attribute withexpect
.We should also retsrict the use of
allow
by denying clippy::allow_attributes.The text was updated successfully, but these errors were encountered: