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 cff6ea7 commit 73140a4Copy full SHA for 73140a4
content/post/unwrap.md
@@ -49,7 +49,7 @@ different error handling mechanisms, such as exceptions.
49
* [When should `unwrap()` be used even if it isn't necessary?](#when-should-unwrap-be-used-even-if-it-isnt-necessary)
50
* [Why not use `expect()` instead of `unwrap()`?](#why-not-use-expect-instead-of-unwrap)
51
* [Should we lint against uses of `unwrap()`?](#should-we-lint-against-uses-of-unwrap)
52
-* [Closing thoughts](#closing-thoughts)
+* [Why are panics so great?](#why-are-panics-so-great)
53
54
## What is my position?
55
0 commit comments