File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -72,10 +72,7 @@ on Error Handling](https://doc.rust-lang.org/book/error-handling.html) elaborate
72
72
73
73
## See also
74
74
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 )
You can’t perform that action at this time.
0 commit comments