Skip to content

Commit a239d5b

Browse files
committed
Clarify doc comment.
1 parent 63fe960 commit a239d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/panic/panic_info.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ impl<'a> PanicInfo<'a> {
7272

7373
/// Returns the payload associated with the panic.
7474
///
75-
/// On `core::panic::PanicInfo`, this method never returns anything useful.
75+
/// On this type, `core::panic::PanicInfo`, this method never returns anything useful.
7676
/// It only exists because of compatibility with [`std::panic::PanicHookInfo`],
7777
/// which used to be the same type.
7878
///

0 commit comments

Comments
 (0)