From 0e73d06843aca2515acc09bde28294a0f655b285 Mon Sep 17 00:00:00 2001 From: Christopher Serr Date: Sat, 10 Aug 2019 16:37:03 +0200 Subject: [PATCH] alloc is now stable --- lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/lib.rs b/lib.rs index e45ca7a..c973eb0 100644 --- a/lib.rs +++ b/lib.rs @@ -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))]