]> git.lizzy.rs Git - rust.git/blobdiff - library/core/src/fmt/mod.rs
fix various subst_identity vs skip_binder
[rust.git] / library / core / src / fmt / mod.rs
index 5f4a666de928439750910fc044105108d7c7a612..51e6a76cea848c540ac8a6beda22fa434c7a6e88 100644 (file)
@@ -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