]> git.lizzy.rs Git - rust.git/blob - library/rustc-std-workspace-alloc/lib.rs
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
[rust.git] / library / rustc-std-workspace-alloc / lib.rs
1 #![feature(no_core)]
2 #![no_core]
3
4 // See rustc-std-workspace-core for why this crate is needed.
5
6 // Rename the crate to avoid conflicting with the alloc module in liballoc.
7 extern crate alloc as foo;
8
9 pub use foo::*;