X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Fcore%2Fsrc%2Ffmt%2Fmod.rs;h=51e6a76cea848c540ac8a6beda22fa434c7a6e88;hb=6e969ea85eb8f5e504c1a0a06c0a63c515fadf3b;hp=5f4a666de928439750910fc044105108d7c7a612;hpb=15a0daca00de1308d6fe3bcd581917057f76c509;p=rust.git diff --git a/library/core/src/fmt/mod.rs b/library/core/src/fmt/mod.rs index 5f4a666de92..51e6a76cea8 100644 --- a/library/core/src/fmt/mod.rs +++ b/library/core/src/fmt/mod.rs @@ -558,7 +558,7 @@ fn fmt(&self, fmt: &mut Formatter<'_>) -> Result { /// /// Derived `Debug` formats are not stable, and so may change with future Rust /// versions. Additionally, `Debug` implementations of types provided by the -/// standard library (`libstd`, `libcore`, `liballoc`, etc.) are not stable, and +/// standard library (`std`, `core`, `alloc`, etc.) are not stable, and /// may also change with future Rust versions. /// /// # Examples