-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Reword {ptr,mem}::replace docs. #51124
Conversation
r? @shepmaster (rust_highfive has picked a reviewer for you, use r? to override) |
I'm not a fan of the phrase "behind the mutable {pointer,reference}", but this probably belongs to someone with more appropriate view of the docs. |
I agree that the phrasing is a little awkward. How about:
|
40a4daf
to
61b5bd2
Compare
sgtm! adjusted in the latest force push |
Thanks! @bors r+ rollup |
📌 Commit 61b5bd2 has been approved by |
…isdreavus Reword {ptr,mem}::replace docs. Fixes rust-lang#50657.
Rollup of 6 pull requests Successful merges: - #50167 ( Add as_nanos function to Duration) - #50919 (Provide more context for what the {f32,f64}::EPSILON values represent.) - #51124 (Reword {ptr,mem}::replace docs.) - #51147 (Stabilize SliceIndex trait.) - #51291 (Fix typos of ‘ambiguous’) - #51302 (Permit building rustdoc without compiler artifacts) Failed merges:
Fixes #50657.