Skip to content

Commit

Permalink
alloc is now stable
Browse files Browse the repository at this point in the history
  • Loading branch information
CryZe committed Aug 10, 2019
1 parent 830d32b commit 0e73d06
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 0e73d06

Please sign in to comment.