Skip to content

Commit 41c2f81

Browse files
committed
Remove stabilized alloc feature from rustc-std-workspace-alloc
1 parent 5253366 commit 41c2f81

File tree

1 file changed

+1
-1
lines changed
  • src/tools/rustc-std-workspace-alloc

1 file changed

+1
-1
lines changed

src/tools/rustc-std-workspace-alloc/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(no_core, alloc)]
1+
#![feature(no_core)]
22
#![no_core]
33

44
// See rustc-std-workspace-core for why this crate is needed.

0 commit comments

Comments
 (0)