Skip to content
Prev Previous commit
Next Next commit
Update anti_patterns/catch_panic.md
  • Loading branch information
simonsan committed Jan 6, 2021
commit 4a851985eda09280a7fd4412e544bdb7495a90ba
11 changes: 4 additions & 7 deletions anti_patterns/catch_panic.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,7 @@ on Error Handling](https://doc.rust-lang.org/book/error-handling.html) elaborate

## See also

[The Rust Book: Error Handling](https://doc.rust-lang.org/book/error-handling.html)

[Rust 1.9 announcement, which contains a description of this antipattern](http://blog.rust-lang.org/2016/05/26/Rust-1.9.html)

[Result documentation](http://doc.rust-lang.org/std/result/enum.Result.html)

[panic::catch_unwind documentation](https://doc.rust-lang.org/std/panic/fn.catch_unwind.html)
- [The Rust Book: Error Handling](https://doc.rust-lang.org/book/error-handling.html)
- [Rust 1.9 announcement, which contains a description of this antipattern](http://blog.rust-lang.org/2016/05/26/Rust-1.9.html)
- [Result documentation](http://doc.rust-lang.org/std/result/enum.Result.html)
- [panic::catch_unwind documentation](https://doc.rust-lang.org/std/panic/fn.catch_unwind.html)