]> git.lizzy.rs Git - rust.git/blobdiff - library/rustc-std-workspace-alloc/lib.rs
Rollup merge of #106273 - notriddle:notriddle/source-content-overflow, r=GuillaumeGomez
[rust.git] / library / rustc-std-workspace-alloc / lib.rs
index c38a8d2f204e4126cf9a2ecad1d653c0748e9ca7..87db7af44ae09590625561b3b0d26340131f403b 100644 (file)
@@ -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::*;