diff options
Diffstat (limited to 'src/tools/rustc-std-workspace-alloc/lib.rs')
| -rw-r--r-- | src/tools/rustc-std-workspace-alloc/lib.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/tools/rustc-std-workspace-alloc/lib.rs b/src/tools/rustc-std-workspace-alloc/lib.rs deleted file mode 100644 index c38a8d2f204..00000000000 --- a/src/tools/rustc-std-workspace-alloc/lib.rs +++ /dev/null @@ -1,9 +0,0 @@ -#![feature(no_core)] -#![no_core] - -// See rustc-std-workspace-core for why this crate is needed. - -// Rename the crate to avoid conflicting with the alloc module in liballoc. -extern crate alloc as foo; - -pub use foo::*; |
