-
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 FP in unnecessary_lazy_evaluations
#6370
Fix FP in unnecessary_lazy_evaluations
#6370
Conversation
r? @llogiq (rust_highfive has picked a reviewer for you, use r? to override) |
Sorry it took me so long. @bors r+ |
📌 Commit cdbf639 has been approved by |
…s, r=llogiq Fix FP in `unnecessary_lazy_evaluations` Fix #6343 changelog: Fix FP in `unnecessary_lazy_evaluations`
💔 Test failed - checks-action_dev_test |
Seems to need cargo dev fmt, perhaps rustfmt has changed? |
cdbf639
to
ba12494
Compare
Yes, rustfmt seems to be updated. I added |
Thanks, it seems that rustfmt learnt about the @bors r=llogiq,flip1995 |
📌 Commit ba12494 has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Fix #6343
changelog: Fix FP in
unnecessary_lazy_evaluations