index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustc-std-workspace
/
rustc-std-workspace-alloc
/
src
/
lib.rs
blob: 938b8bb29b6068a4eb4466aa0ba03a1ca5d82eae (
plain
)
1
2
3
#![no_std]
extern
crate
alloc
as
the_alloc
;
pub
use
the_alloc
::
*
;