Skip to content

Commit

Permalink
Auto merge of #159 - CryZe:no-std, r=emilio
Browse files Browse the repository at this point in the history
alloc is now stable

The alloc crate is now stable with 1.36. That means smallvec is now no_std compatible on stable Rust.

<!-- 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/159)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Aug 10, 2019
2 parents 830d32b + 0e73d06 commit c83bb71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib.rs
Expand Up @@ -29,7 +29,6 @@
//! Note that this feature requires a nightly compiler (for now).

#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(not(feature = "std"), feature(alloc))]
#![cfg_attr(feature = "union", feature(untagged_unions))]
#![cfg_attr(feature = "specialization", feature(specialization))]
#![cfg_attr(feature = "may_dangle", feature(dropck_eyepatch))]
Expand Down

0 comments on commit c83bb71

Please sign in to comment.