diff options
| author | jonathanCogan <jonathanecogan@gmail.com> | 2022-10-28 16:48:00 -0700 |
|---|---|---|
| committer | Mara Bos <m-ou.se@m-ou.se> | 2022-12-30 14:00:42 +0100 |
| commit | db47071df2647f90da5a66624caf262fa3a17456 (patch) | |
| tree | 2bf358a7c3997b7dd80ccd17dda0d52f0d82ff31 /library/rustc-std-workspace-alloc | |
| parent | 72067c77bdc1e8e339b9ed378a2c0ca0a9367c4d (diff) | |
| download | rust-db47071df2647f90da5a66624caf262fa3a17456.tar.gz rust-db47071df2647f90da5a66624caf262fa3a17456.zip | |
Replace libstd, libcore, liballoc in line comments.
Diffstat (limited to 'library/rustc-std-workspace-alloc')
| -rw-r--r-- | library/rustc-std-workspace-alloc/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/rustc-std-workspace-alloc/lib.rs b/library/rustc-std-workspace-alloc/lib.rs index c38a8d2f204..87db7af44ae 100644 --- a/library/rustc-std-workspace-alloc/lib.rs +++ b/library/rustc-std-workspace-alloc/lib.rs @@ -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::*; |
