about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/tools/rustc-std-workspace-alloc/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rustc-std-workspace-alloc/lib.rs b/src/tools/rustc-std-workspace-alloc/lib.rs
index 50294e6cbad..c38a8d2f204 100644
--- a/src/tools/rustc-std-workspace-alloc/lib.rs
+++ b/src/tools/rustc-std-workspace-alloc/lib.rs
@@ -1,4 +1,4 @@
-#![feature(no_core, alloc)]
+#![feature(no_core)]
 #![no_core]
 
 // See rustc-std-workspace-core for why this crate is needed.