-
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
Fix let_undescore_lock
false-positive when binding without locking
#8990
Conversation
r? @llogiq (rust-highfive has picked a reviewer for you, use r? to override) |
Thank you! @bors r+ |
📌 Commit 7b8adb2 has been approved by |
Fix `let_undescore_lock` false-positive when binding without locking Fixes #8486. changelog: Fix `let_undescore_lock` false-positive when binding without locking.
💔 Test failed - checks-action_remark_test |
Rebasing might help as #9055 was just merged. |
Signed-off-by: Klim Tsoutsman <[email protected]>
Thanks for the hint, @llogiq; it should be good now. |
@bors r+ |
📌 Commit 65f700f has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Fixes #8486.
changelog: Fix
let_undescore_lock
false-positive when binding without locking.