Skip to content

Explain how Vec::with_capacity is faithful#135933

Merged
bors merged 1 commit intorust-lang:masterfrom
hkBst:patch-19
Feb 25, 2025
Merged

Explain how Vec::with_capacity is faithful#135933
bors merged 1 commit intorust-lang:masterfrom
hkBst:patch-19

Conversation

@hkBst
Copy link
Copy Markdown
Member

@hkBst hkBst commented Jan 23, 2025

This is a revival of #99790 building on the prose of @workingjubilee and edits of @jmaargh. Closes #99385.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. finished-final-comment-period The final comment period is finished for this PR / Issue. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Removal of exact capacity guarantee for Vec::with_capacity() is a breaking change