diff --git a/library/core/src/panic.rs b/library/core/src/panic.rs index cf07504466808..939d3df26ba24 100644 --- a/library/core/src/panic.rs +++ b/library/core/src/panic.rs @@ -1,4 +1,4 @@ -//! Panic support in the standard library. +//! Panic support in core. #![stable(feature = "core_panic_info", since = "1.41.0")]