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 837966d commit 8b1de4dCopy full SHA for 8b1de4d
README.md
@@ -30,7 +30,7 @@ language that you can read [here](https://rust-unofficial.github.io/patterns/).
30
31
### Anti-patterns
32
33
-* [thread + catch_panic for exceptions](anti_patterns/catch_panic.md)
+* [panic::catch_unwind for exceptions](anti_patterns/catch_panic.md)
34
* TODO Clone to satisfy the borrow checker
35
* TODO Matching all fields of a struct (back compat)
36
* TODO wildcard matches
0 commit comments