Uh oh!
There was an error while loading. Please reload this page.
Improve {String,Vec}::from_raw_parts documentation - #34884
Conversation
rust-highfive
commented
Jul 17, 2016
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
Should say “dropped” instead “goes out of scope”. Going out of scope does not necessarily imply the drop (we do not guarantee that, for example) and its the dropping which handles the deallocation.
5eb8a74 to
66e610fCompareThere was a problem hiding this comment.
Github overzealously hid the unresolved previous conversation
66e610f to
661187aComparenagisa
commented
Jul 17, 2016
Seems good to me. r=me. |
nagisa
commented
Jul 17, 2016
Oh, eh, I wonder whether the added paragraph is best under the |
After discussion on IRC: @bors: r=nagisa rollup Thanks @shepmaster! |
bors
commented
Jul 17, 2016
📌 Commit 661187a has been approved by |
bors
commented
Jul 17, 2016
💡 This pull request was already approved, no need to approve it again.
|
bors
commented
Jul 17, 2016
📌 Commit 661187a has been approved by |
…agisa Improve {String,Vec}::from_raw_parts documentation
No description provided.