Skip to content

Commit 028e8af

Browse files
simonsanmarcoieni
andcommitted
Update anti_patterns/catch_panic.md
Co-authored-by: Marco Ieni <[email protected]>
1 parent cdda188 commit 028e8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

anti_patterns/catch_panic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Description
44

5-
This anti-pattern arises when the method for catching (`panic::catch_unwind`) an
5+
This anti-pattern arises when the method for catching ([panic::catch_unwind](https://doc.rust-lang.org/std/panic/fn.catch_unwind.html)) an
66
unexpected problem (implementation bug) is used to handle an expected problem,
77
such as a missing file.
88

0 commit comments

Comments
 (0)