-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Stabilize Ready::into_inner()
#116528
Stabilize Ready::into_inner()
#116528
Conversation
r? @cuviper (rustbot has picked a reviewer for you, use r? to override) |
@rustbot label -T-libs +T-libs-api |
FCP proposed: #101196 (comment) |
1800c0c
to
0732f7d
Compare
Going by the latest discussion I went ahead and reverted the renaming. |
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.
Thank you!
@bors r+ |
…r, r=dtolnay Stabilize `Ready::into_inner()` This PR stabilizes `Ready::into_inner()`. Tracking issue: rust-lang#101196. Implementation PR: rust-lang#101189. Closes rust-lang#101196.
☀️ Test successful - checks-actions |
Finished benchmarking commit (67d0973): 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)Results (secondary 3.6%)This 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. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 750.072s -> 750.979s (0.12%) |
This PR stabilizes
Ready::into_inner()
.Tracking issue: #101196.
Implementation PR: #101189.
Closes #101196.