We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53fab80 commit dc01184Copy full SHA for dc01184
README.md
@@ -48,7 +48,7 @@ language.
48
49
### Anti-patterns
50
51
-* [thread + catch_panic for exceptions](anti_patterns/catch_panic.md)
+* [panic::catch_unwind for exceptions](anti_patterns/catch_panic.md)
52
* TODO Clone to satisfy the borrow checker
53
* [Deref polymorphism](anti_patterns/deref.md)
54
* TODO Matching all fields of a struct (back compat)
0 commit comments