Skip to content

Commit f898e61

Browse files
authored
Correct description of panic.rs
The foremost description of this module was: > Panic support in the standard library. This commit changes that to: > Panic support in core.
1 parent 4804ad7 commit f898e61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/core/src/panic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Panic support in the standard library.
1+
//! Panic support in core.
22
33
#![stable(feature = "core_panic_info", since = "1.41.0")]
44

0 commit comments

Comments
 (0)