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

Document and test no_std support #53

Merged
merged 5 commits into from
Jun 29, 2017
Merged

Conversation

mbrubeck
Copy link
Collaborator

@mbrubeck mbrubeck commented Jun 20, 2017

This builds on the new "std" Cargo feature added in #49.


This change is Reviewable

mbrubeck added 5 commits June 28, 2017 11:10
libcollections was deprecated in rust-lang/rust#42648 and its contents
were moved to liballoc.
(because Servo isn't always using the latest version of this crate)
New features:

* `no_std` support (servo#49).
* `SmallVec<[u8; N]>` implements the `Write` trait (servo#52).
* Add an `ExtendFromSlice` trait for both `Vec` and `SmallVec` (servo#54).
@@ -11,7 +11,6 @@ documentation = "http://doc.servo.org/smallvec/"

[features]
heapsizeof = ["heapsize", "std"]
collections = []
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was unused.

@emilio
Copy link
Member

emilio commented Jun 29, 2017

@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit bf9ac18 has been approved by emilio

@bors-servo
Copy link
Contributor

⌛ Testing commit bf9ac18 with merge 7bda532...

bors-servo pushed a commit that referenced this pull request Jun 29, 2017
Document and test no_std support

This builds on the new "std" Cargo feature added in #49.

<!-- 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/53)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

☀️ Test successful - status-travis
Approved by: emilio
Pushing 7bda532 to master...

@bors-servo bors-servo merged commit bf9ac18 into servo:master Jun 29, 2017
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.

3 participants