Skip to content
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

added to_smallvec extension trait to slice primitive #203

Merged
merged 1 commit into from Feb 24, 2020

Conversation

UnicodingUnicorn
Copy link
Contributor

Should resolve #116.

@mbrubeck
Copy link
Collaborator

@bors-servo r+

Thanks!

@bors-servo
Copy link
Contributor

📌 Commit 511194c has been approved by mbrubeck

@bors-servo
Copy link
Contributor

⌛ Testing commit 511194c with merge b640094...

@bors-servo
Copy link
Contributor

☀️ Test successful - checks-travis
Approved by: mbrubeck
Pushing b640094 to master...

@bors-servo bors-servo merged commit b640094 into servo:master Feb 24, 2020
@UnicodingUnicorn UnicodingUnicorn deleted the add-to_smallvec-to-slice branch February 25, 2020 00:51
mbrubeck added a commit to mbrubeck/rust-smallvec that referenced this pull request Apr 6, 2020
* Add a new unstable `const_generics` feature (servo#204).
* Improve inlining of constructor functions (servo#206).
* Add a `slice.to_smallvec()` convenience method (servo#203).
* Documentation and testing improvements.
@mbrubeck mbrubeck mentioned this pull request Apr 6, 2020
bors-servo added a commit that referenced this pull request Apr 8, 2020
Version 1.3.0

* Add a new unstable `const_generics` feature (#204).
* Improve inlining of constructor functions (#206).
* Add a `slice.to_smallvec()` convenience method (#203).
* Documentation and testing improvements.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add to_smallvec for the slice primitive type
3 participants