We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f75c1a commit 2637395Copy full SHA for 2637395
src/panic.md
@@ -50,7 +50,7 @@ impossible, which can result in both code-size and runtime speed improvements.
50
51
See also the [`panic_handler` attribute](runtime.md#the-panic_handler-attribute) which can be used to change the behavior of panics.
52
53
-[array-indexing]: expressions/array-expr.md#array-and-slice-indexing-expressions
+[array indexing]: expressions/array-expr.md#array-and-slice-indexing-expressions
54
[destructors]: destructors.md
55
[fn-catch-unwind]: ../std/panic/fn.catch_unwind.html
56
[macro-panic]: ../std/macro.panic.html
0 commit comments