-
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
Improve collapsible_match #6619
Conversation
r? @phansch (rust-highfive has picked a reviewer for you, use r? to override) |
1edf9f3
to
3e0a088
Compare
I tweaked my approach. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me, maybe the function could be clearer and/or moved into utils
@bors delegate+ |
✌️ @camsteffen can now approve this pull request |
Improve collapsible_match changelog: Fix collapsible_match false negatives Allow `&` and/or `*` on the binding and make sure the type still matches.
@bors r- whoops, since when reacts bors to commands in discussion comments in code blocks? 😮 |
☀️ Try build successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
3e0a088
to
50abde2
Compare
@bors r+ and have a nice day |
📌 Commit 50abde2 has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
thanks @bors, ttyl |
changelog: Fix collapsible_match false negatives
Allow
&
and/or*
on the binding and make sure the type still matches.