mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-08-13 06:54:44 +00:00
fix: add and fix solution links
This commit is contained in:
@@ -48,4 +48,5 @@ fn call_with_different_values() {
|
||||
|
||||
assert_eq!(v2, 1);
|
||||
}
|
||||
```
|
||||
```
|
||||
> 你可以在[这里](https://github.com/sunface/rust-by-practice/blob/master/solutions/functional-programing/closure.md)找到答案(在 solutions 路径下)
|
||||
|
@@ -1,2 +1,4 @@
|
||||
# Iterator
|
||||
|
||||
|
||||
> 你可以在[这里](https://github.com/sunface/rust-by-practice/blob/master/solutions/functional-programing/iterator.md)找到答案(在 solutions 路径下)
|
||||
|
Reference in New Issue
Block a user