From 18a1ca6a1779d3a0ad506666de8e3fdd03704d9c Mon Sep 17 00:00:00 2001 From: Miguel Ojeda Date: Tue, 9 Jan 2024 04:40:54 +0100 Subject: [PATCH] core: panic: fix broken link Signed-off-by: Miguel Ojeda --- library/core/src/macros/panic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/core/src/macros/panic.md b/library/core/src/macros/panic.md index 60100c2655a..6bd23b3072e 100644 --- a/library/core/src/macros/panic.md +++ b/library/core/src/macros/panic.md @@ -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