Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #151 - ehuss:grow-same-size, r=jdm
Fix using `grow` to the same size. Using `grow` on a spilled SmallVec to the current capacity would free the backing storage when it shouldn't. Fixes #148 <!-- 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/151) <!-- Reviewable:end -->
- Loading branch information