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.
5656
5757### Anti-patterns
5858
59- * [ panic:: catch_unwind for exceptions] ( anti_patterns/catch_panic.md )
59+ * [ catch_unwind for exceptions] ( anti_patterns/catch_panic.md )
6060* TODO Clone to satisfy the borrow checker
6161* [ Deref polymorphism] ( anti_patterns/deref.md )
6262* 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
22
33## Description
44
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
66unexpected problem (implementation bug) is used to handle an expected problem,
77such as a missing file.
88
You can’t perform that action at this time.
0 commit comments