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/core/src/panic | |
| parent | 72067c77bdc1e8e339b9ed378a2c0ca0a9367c4d (diff) | |
Replace libstd, libcore, liballoc in line comments.
Diffstat (limited to 'library/core/src/panic')
| -rw-r--r-- | library/core/src/panic/panic_info.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/panic/panic_info.rs b/library/core/src/panic/panic_info.rs index 1923155ebc1..0d385c9d187 100644 --- a/library/core/src/panic/panic_info.rs +++ b/library/core/src/panic/panic_info.rs @@ -157,7 +157,7 @@ impl fmt::Display for PanicInfo<'_> { write!(formatter, "'{}', ", payload)? } // NOTE: we cannot use downcast_ref::<String>() here - // since String is not available in libcore! + // since String is not available in core! // The payload is a String when `std::panic!` is called with multiple arguments, // but in that case the message is also available. |
