-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Change is_some_and
to take by value
#98354
Conversation
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
|
This seems like a discusssion to have on the tracking issue and get consensus on first. (I personally think it'd be confusing if an |
Reopening per #99087 (comment). I need to change |
dc6f6e3
to
81ad37c
Compare
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
Also changed the feature name. Not sure if that is wanted. |
☔ The latest upstream changes (presumably #99702) made this pull request unmergeable. Please resolve the merge conflicts. |
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.
Thanks! r=me after rebasing.
81ad37c
to
d88463b
Compare
@bors r=m-ou-se |
📌 Commit d88463b363684fdff191a19355ebe108e20500f4 has been approved by It is now in the queue for this repository. |
d88463b
to
596176d
Compare
The Miri subtree was changed cc @rust-lang/miri |
@bors r=m-ou-se |
📌 Commit 596176dd74dce4c5d43155c09fcfa81be118dce8 has been approved by It is now in the queue for this repository. |
⌛ Testing commit 596176dd74dce4c5d43155c09fcfa81be118dce8 with merge 9feea309bae62e17e247b52e80b3c32f90c19891... |
💔 Test failed - checks-actions |
@bors retry |
This comment has been minimized.
This comment has been minimized.
65bb1e2
to
4f12de0
Compare
@bors r=m-ou-se |
☀️ Test successful - checks-actions |
Finished benchmarking commit (91931ec): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Footnotes |
…ou-se Change `is_some_and` to take by value Consistent with other function-accepting `Option` methods. Tracking issue: rust-lang#93050 r? `@m-ou-se`
Consistent with other function-accepting
Option
methods.Tracking issue: #93050
r? @m-ou-se