Skip to content

Commit 33674b9

Browse files
authored
Update anti_patterns/catch_panic.md
1 parent 119feb1 commit 33674b9

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

anti_patterns/catch_panic.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,7 @@ on Error Handling](https://doc.rust-lang.org/book/error-handling.html) elaborate
7272

7373
## See also
7474

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

0 commit comments

Comments
 (0)