diff options
| author | Miguel Ojeda <ojeda@kernel.org> | 2024-01-09 04:40:54 +0100 |
|---|---|---|
| committer | Miguel Ojeda <ojeda@kernel.org> | 2024-01-09 14:15:45 +0100 |
| commit | 18a1ca6a1779d3a0ad506666de8e3fdd03704d9c (patch) | |
| tree | a0205f7e6c062026eac0b32e932055d7844b7303 | |
| parent | be00c5a9b89161b7f45ba80340f709e8e41122f9 (diff) | |
| download | rust-18a1ca6a1779d3a0ad506666de8e3fdd03704d9c.tar.gz rust-18a1ca6a1779d3a0ad506666de8e3fdd03704d9c.zip | |
core: panic: fix broken link
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
| -rw-r--r-- | library/core/src/macros/panic.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
