Rollup merge of #119768 - ojeda:panic-link, r=Nilstrieb

core: panic: fix broken link
This commit is contained in:
Guillaume Gomez 2024-01-09 17:52:22 +01:00 committed by GitHub
commit d61b92f154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ For more detailed information about error handling check out the [book] or the
[`panic_any`]: ../std/panic/fn.panic_any.html
[`Box`]: ../std/boxed/struct.Box.html
[`Any`]: crate::any::Any
[`format!` syntax]: ../std/fmt/index.html
[formatting syntax]: ../std/fmt/index.html
[book]: ../book/ch09-00-error-handling.html
[`std::result`]: ../std/result/index.html