Skip to content

Commit 0e73d06

Browse files
committed
alloc is now stable
1 parent 830d32b commit 0e73d06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
//! Note that this feature requires a nightly compiler (for now).
3030
3131
#![cfg_attr(not(feature = "std"), no_std)]
32-
#![cfg_attr(not(feature = "std"), feature(alloc))]
3332
#![cfg_attr(feature = "union", feature(untagged_unions))]
3433
#![cfg_attr(feature = "specialization", feature(specialization))]
3534
#![cfg_attr(feature = "may_dangle", feature(dropck_eyepatch))]

0 commit comments

Comments
 (0)