X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Frustc-std-workspace-alloc%2Flib.rs;h=87db7af44ae09590625561b3b0d26340131f403b;hb=3f9909a7c4183a7e4e46ee346a045ec876ed118b;hp=c38a8d2f204e4126cf9a2ecad1d653c0748e9ca7;hpb=419df99e1824a5b65eb0c6d67850dfe014b019fa;p=rust.git 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::*;