mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 20:49:41 +00:00
fix: add and fix solution links
This commit is contained in:
@ -109,3 +109,5 @@ note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose bac
|
||||
panic = 'abort'
|
||||
```
|
||||
|
||||
|
||||
> 你可以在[这里](https://github.com/sunface/rust-by-practice/blob/master/solutions/result-panic/panic.md)找到答案(在 solutions 路径下)
|
||||
|
@ -207,4 +207,5 @@ fn main() -> Result<(), ParseIntError> {
|
||||
println!("{}", number);
|
||||
Ok(())
|
||||
}
|
||||
```
|
||||
```
|
||||
> 你可以在[这里](https://github.com/sunface/rust-by-practice/blob/master/solutions/result-panic/result.md)找到答案(在 solutions 路径下)
|
||||
|
Reference in New Issue
Block a user