Remove stabilized alloc feature from rustc-std-workspace-alloc

This commit is contained in:
Amanieu d'Antras 2019-04-16 10:44:38 +01:00
parent 5253366e19
commit 41c2f81d57

View file

@ -1,4 +1,4 @@
#![feature(no_core, alloc)]
#![feature(no_core)]
#![no_core]
// See rustc-std-workspace-core for why this crate is needed.