Uh oh!
There was an error while loading. Please reload this page.
Add note about pointer state after the call. - #23561
Conversation
rust-highfive
commented
Mar 20, 2015
(rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
Mar 20, 2015
Some reallocations can succeed in-place I believe, so in that sense this may not be 100% true because the same pointer could be returned. Perhaps something like:
|
steveklabnik
commented
Mar 22, 2015
@alexcrichton fixed, i just re-ordered the sentence |
There was a problem hiding this comment.
stray double newline, I'd also tend to preserve the surrounding style by wrapping to 80 chars as well. Other than that though r=me
There was a problem hiding this comment.
Our vim files auto-wrap at 100, so doing this is a manual thing, which kinda sucks. I'll still do it here, this just keeps cropping up.
steveklabnik
commented
Mar 23, 2015
@bors: r=alexcrichton rollup |
bors
commented
Mar 23, 2015
📌 Commit 2750e3c has been approved by |
Fixes#23422