Skip to content

Commit 2efc751

Browse files
authored
Unrolled build for #157254
Rollup merge of #157254 - felix91gr:patch-1, r=jhpratt Correct description of panic.rs I was perusing the module documentation and stumbled upon the existing description, which confused me for a minute. ## Summary: The foremost description of this module was: > Panic support in the standard library. This commit changes that to: > Panic support in core.
2 parents 9c963ee + f898e61 commit 2efc751

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)