Merge pull request #1107 from writey/main

修复习题解答链接
pull/1004/merge
Sunface 2 years ago committed by GitHub
commit b9aee4ac6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -182,4 +182,4 @@ let home: IpAddr = "127.0.0.1".parse().unwrap();
## 课后练习
> [Rust By Practice](https://zh.practice.rs/result-panic/panic.html),支持代码在线编辑和运行,并提供详细的[习题解答](https://github.com/sunface/rust-by-practice)。
> [Rust By Practice](https://zh.practice.rs/result-panic/panic.html),支持代码在线编辑和运行,并提供详细的[习题解答](https://github.com/sunface/rust-by-practice/blob/master/solutions/result-panic/panic.md)。

@ -388,4 +388,4 @@ let x = try!(function_with_error());
## 课后练习
> [Rust By Practice](https://zh.practice.rs/result-panic/result.html),支持代码在线编辑和运行,并提供详细的[习题解答](https://github.com/sunface/rust-by-practice)。
> [Rust By Practice](https://zh.practice.rs/result-panic/result.html),支持代码在线编辑和运行,并提供详细的[习题解答](https://github.com/sunface/rust-by-practice/blob/master/solutions/result-panic/result.md)。

Loading…
Cancel
Save