File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ language.
56
56
57
57
### Anti-patterns
58
58
59
- * [ panic:: catch_unwind for exceptions] ( anti_patterns/catch_panic.md )
59
+ * [ catch_unwind for exceptions] ( anti_patterns/catch_panic.md )
60
60
* TODO Clone to satisfy the borrow checker
61
61
* [ Deref polymorphism] ( anti_patterns/deref.md )
62
62
* TODO Matching all fields of a struct (back compat)
Original file line number Diff line number Diff line change 1
- # panic:: catch_unwind for exceptions
1
+ # catch_unwind for exceptions
2
2
3
3
## Description
4
4
5
- This antipattern arises when the method for catching (` panic::catch_unwind ` ) an
5
+ This anti-pattern arises when the method for catching (` panic::catch_unwind ` ) an
6
6
unexpected problem (implementation bug) is used to handle an expected problem,
7
7
such as a missing file.
8
8
You can’t perform that action at this time.
0 commit comments