-
Notifications
You must be signed in to change notification settings - Fork 13.3k
doc: fix and expand explanation #29458
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
I see that `extend()` is not called if new_len > len()
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors: rollup |
I see that `extend()` is not called if new_len > len()
💔 Test failed - auto-mac-64-opt |
@bors: retry On Thu, Oct 29, 2015 at 7:43 PM, bors [email protected] wrote:
|
⚡ Previous build results for auto-linux-cross-opt, auto-linux-musl-64-opt, auto-mac-32-opt, auto-mac-64-nopt-t, auto-win-msvc-32-opt are reusable. Rebuilding only auto-linux-32-nopt-t, auto-linux-32-opt, auto-linux-64-debug-opt, auto-linux-64-nopt-t, auto-linux-64-opt, auto-linux-64-x-android-t, auto-mac-64-opt, auto-win-gnu-32-nopt-t, auto-win-gnu-32-opt, auto-win-gnu-64-nopt-t, auto-win-gnu-64-opt, auto-win-msvc-64-opt... |
I see that
extend()
is not called if new_len > len()