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 89002d0 commit cb6ad8fCopy full SHA for cb6ad8f
anti_patterns/catch_panic.md
@@ -2,7 +2,7 @@
2
3
## Description
4
5
-This anti-pattern arises when the method for catching (`panic::catch_unwind`) an
+This anti-pattern arises when the method for catching ([panic::catch_unwind](https://doc.rust-lang.org/std/panic/fn.catch_unwind.html)) an
6
unexpected problem (implementation bug) is used to handle an expected problem,
7
such as a missing file.
8
0 commit comments