We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Similar to http://en.cppreference.com/w/cpp/container/vector/shrink_to_fit. I'm not enamored with the name, but there needs to be a way to realloc a vec (without necessarily copying) when you overallocate (using with_capacity).
The text was updated successfully, but these errors were encountered:
I actually have #4960 open about this already.
Sorry, something went wrong.
Auto merge of rust-lang#6982 - Jarcho:explicit_into_iter_loop_fp, r=f…
c3ef585
…lip1995 Fix `explicit_into_iter_loop` fixes: rust-lang#6900 changelog: Only lint when `into_iter` is an implementation of `IntoIterator`
No branches or pull requests
Similar to http://en.cppreference.com/w/cpp/container/vector/shrink_to_fit. I'm not enamored with the name, but there needs to be a way to realloc a vec (without necessarily copying) when you overallocate (using with_capacity).
The text was updated successfully, but these errors were encountered: