-
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 [redundant_closure
] fp with Rc<F>
/Arc<F>
#8193
Conversation
r? @Manishearth (rust-highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 144d3fa has been approved by |
fix [`redundant_closure`] fp with `Rc<F>`/`Arc<F>` fixes #8073 changelog: don't trigger [`redundant_closure`] on `Arc<F>` or `Rc<F>`
144d3fa
to
828ddbe
Compare
@Manishearth Sorry, dogfood error. Am I able to rerun bors or do you need to do that? |
@bors r+ I have to |
📌 Commit 828ddbe has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
fixes #8073
changelog: don't trigger [
redundant_closure
] onArc<F>
orRc<F>