Skip to content

Commit 73140a4

Browse files
committed
post/unwrap: fix table of contents
1 parent cff6ea7 commit 73140a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/post/unwrap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ different error handling mechanisms, such as exceptions.
4949
* [When should `unwrap()` be used even if it isn't necessary?](#when-should-unwrap-be-used-even-if-it-isnt-necessary)
5050
* [Why not use `expect()` instead of `unwrap()`?](#why-not-use-expect-instead-of-unwrap)
5151
* [Should we lint against uses of `unwrap()`?](#should-we-lint-against-uses-of-unwrap)
52-
* [Closing thoughts](#closing-thoughts)
52+
* [Why are panics so great?](#why-are-panics-so-great)
5353

5454
## What is my position?
5555

0 commit comments

Comments
 (0)