Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSmallVec::with_capacity inherent function missing #62
Comments
|
Sorry, accidentally closed. |
mbrubeck
added a commit
to mbrubeck/rust-smallvec
that referenced
this issue
Sep 19, 2017
bors-servo
added a commit
that referenced
this issue
Sep 20, 2017
Add a with_capacity constructor Closes #62. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-smallvec/63) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The title says it all, there is no
SmallVec::with_capacityfunction. There should be one.