mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-17 21:27:56 +02:00
Fix links to FromIterator, HashSet (#993)
This commit is contained in:
parent
165a6c8f79
commit
4fe28011a0
@ -43,6 +43,6 @@ fn main() {
|
||||
}
|
||||
```
|
||||
|
||||
[`collect`](https://doc.rust-lang.org/stable/std/iter/trait.Iterator.html#method.collect) relies on `FromIterator`, which [`HashSet`](https://doc.rust-lang.org/std/iter/trait.FromIterator.html) implements.
|
||||
[`collect`](https://doc.rust-lang.org/stable/std/iter/trait.Iterator.html#method.collect) relies on [`FromIterator`](https://doc.rust-lang.org/std/iter/trait.FromIterator.html), which [`HashSet`](https://doc.rust-lang.org/std/collections/struct.HashSet.html#impl-FromIterator%3CT%3E-for-HashSet%3CT,+S%3E) implements.
|
||||
|
||||
</details>
|
||||
|
Loading…
x
Reference in New Issue
Block a user