-
Notifications
You must be signed in to change notification settings - Fork 14k
Improve Rc::new_cyclic and Arc::new_cyclic documentation #95843
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
Conversation
|
r? @dtolnay (rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
mejrs
left a comment
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, this api can really use some better explanations ❤️
85fb039 to
87573e9
Compare
87573e9 to
e88b181
Compare
|
r? rust-lang/libs |
|
Ping @m-ou-se |
|
Apologies for the delay. Reviewing now. |
e88b181 to
f8f7dfa
Compare
|
Applied @m-ou-se suggestions and removed the unneeded parts. |
f8f7dfa to
cbc40bc
Compare
|
Updated! |
cbc40bc to
67d1e7b
Compare
|
Updated! |
|
@bors r+ rollup Thanks for putting up with all my comments. ^^' |
|
📌 Commit 67d1e7b has been approved by |
|
No problem, they're very welcome! Thanks for putting up with this doc improvement. ;) |
…askrgr Rollup of 7 pull requests Successful merges: - rust-lang#95359 (Update `int_roundings` methods from feedback) - rust-lang#95843 (Improve Rc::new_cyclic and Arc::new_cyclic documentation) - rust-lang#96507 (Suggest calling `Self::associated_function()`) - rust-lang#96635 (Use "strict" mode in JS scripts) - rust-lang#96673 (Report that opaque types are not allowed in impls even in the presence of other errors) - rust-lang#96682 (Show invisible delimeters (within comments) when pretty printing.) - rust-lang#96714 (interpret/validity: debug-check ScalarPair layout information) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #95672.
cc @CAD97 (since I used your explanations)