Skip to content

Commit

Permalink
Rollup merge of rust-lang#119768 - ojeda:panic-link, r=Nilstrieb
Browse files Browse the repository at this point in the history
core: panic: fix broken link
  • Loading branch information
GuillaumeGomez authored Jan 9, 2024
2 parents f4d0625 + 18a1ca6 commit d61b92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/macros/panic.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d61b92f

Please sign in to comment.