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
if_let_mutex
The if_let_mutex rule should be disabled in the 2024 edition, because the if…let scoping issue that motivated it has been fixed in the 2024 edition:
if…let
if_let_rescope
The text was updated successfully, but these errors were encountered:
@rustbot claim
Sorry, something went wrong.
Do not trigger if_let_mutex starting from Edition 2024 (#13695)
97b9e4a
Close #13679 changelog: [`if_let_mutex`]: disable lint from Edition 2024 since [stabilized if_let_rescope ](rust-lang/rust#131154)
alex-semenyuk
Successfully merging a pull request may close this issue.
The
if_let_mutex
rule should be disabled in the 2024 edition, because theif…let
scoping issue that motivated it has been fixed in the 2024 edition:if_let_rescope
for Edition 2024 rust#131154The text was updated successfully, but these errors were encountered: