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 2d96e03 commit 8d09466Copy full SHA for 8d09466
README.md
@@ -56,7 +56,7 @@ language.
56
57
### Anti-patterns
58
59
-* [panic::catch_unwind for exceptions](anti_patterns/catch_panic.md)
+* [catch_unwind for exceptions](anti_patterns/catch_panic.md)
60
* TODO Clone to satisfy the borrow checker
61
* [Deref polymorphism](anti_patterns/deref.md)
62
* TODO Matching all fields of a struct (back compat)
anti_patterns/catch_panic.md
@@ -1,8 +1,8 @@
1
-# panic::catch_unwind for exceptions
+# catch_unwind for exceptions
2
3
## Description
4
5
-This antipattern arises when the method for catching (`panic::catch_unwind`) an
+This anti-pattern arises when the method for catching (`panic::catch_unwind`) an
6
unexpected problem (implementation bug) is used to handle an expected problem,
7
such as a missing file.
8
0 commit comments