Skip to content

Commit 7987d85

Browse files
authored
Merge pull request #1399 from lukas-code/PanicHookInfo-link
fix link to `PanicHookInfo`
2 parents bbfbd4a + ed32151 commit 7987d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2024-09-05-Rust-1.81.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ these types allows us to add more useful methods to these types, such as
132132
[`core::panic::PanicInfo::message()`](https://doc.rust-lang.org/stable/core/panic/struct.PanicInfo.html#method.message).
133133

134134
[`std::panic::PanicInfo`]: https://doc.rust-lang.org/stable/std/panic/type.PanicInfo.html
135-
[`std::panic::PanicHookInfo`]: https://doc.rust-lang.org/stable/std/panic/type.PanicHookInfo.html
135+
[`std::panic::PanicHookInfo`]: https://doc.rust-lang.org/stable/std/panic/struct.PanicHookInfo.html
136136

137137
#### Abort on uncaught panics in `extern "C"` functions
138138

0 commit comments

Comments
 (0)