From ed3215138c20095146ab2a3e6c76dc82d933d1c5 Mon Sep 17 00:00:00 2001 From: Lukas <26522220+lukas-code@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:13:25 +0200 Subject: [PATCH] fix link to `PanicHookInfo` --- posts/2024-09-05-Rust-1.81.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/2024-09-05-Rust-1.81.0.md b/posts/2024-09-05-Rust-1.81.0.md index 5aa5d7944..bf62df2e4 100644 --- a/posts/2024-09-05-Rust-1.81.0.md +++ b/posts/2024-09-05-Rust-1.81.0.md @@ -132,7 +132,7 @@ these types allows us to add more useful methods to these types, such as [`core::panic::PanicInfo::message()`](https://doc.rust-lang.org/stable/core/panic/struct.PanicInfo.html#method.message). [`std::panic::PanicInfo`]: https://doc.rust-lang.org/stable/std/panic/type.PanicInfo.html -[`std::panic::PanicHookInfo`]: https://doc.rust-lang.org/stable/std/panic/type.PanicHookInfo.html +[`std::panic::PanicHookInfo`]: https://doc.rust-lang.org/stable/std/panic/struct.PanicHookInfo.html #### Abort on uncaught panics in `extern "C"` functions