Replace libstd, libcore, liballoc in line comments.
This commit is contained in:
parent
72067c77bd
commit
db47071df2
27 changed files with 48 additions and 48 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
// See rustc-std-workspace-core for why this crate is needed.
|
||||
|
||||
// Rename the crate to avoid conflicting with the alloc module in liballoc.
|
||||
// Rename the crate to avoid conflicting with the alloc module in alloc.
|
||||
extern crate alloc as foo;
|
||||
|
||||
pub use foo::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue