Skip to content

Commit 829c829

Browse files
authored
Unrolled build for rust-lang#119768
Rollup merge of rust-lang#119768 - ojeda:panic-link, r=Nilstrieb core: panic: fix broken link
2 parents 5876c8c + 18a1ca6 commit 829c829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/macros/panic.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For more detailed information about error handling check out the [book] or the
5656
[`panic_any`]: ../std/panic/fn.panic_any.html
5757
[`Box`]: ../std/boxed/struct.Box.html
5858
[`Any`]: crate::any::Any
59-
[`format!` syntax]: ../std/fmt/index.html
59+
[formatting syntax]: ../std/fmt/index.html
6060
[book]: ../book/ch09-00-error-handling.html
6161
[`std::result`]: ../std/result/index.html
6262

0 commit comments

Comments
 (0)