]> git.lizzy.rs Git - rust.git/blob - library/rustc-std-workspace-alloc/lib.rs
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' 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::*;