mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-07-17 01:32:35 +02:00
@ -774,7 +774,7 @@ case is a vector of integers and the failure case is a DivisionError.
|
|||||||
|
|
||||||
The list_of_results function needs to return a vector of results.
|
The list_of_results function needs to return a vector of results.
|
||||||
|
|
||||||
See https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.collect how
|
See https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.collect for how
|
||||||
the `FromIterator` trait is used in `collect()`."""
|
the `FromIterator` trait is used in `collect()`."""
|
||||||
|
|
||||||
[[exercises]]
|
[[exercises]]
|
||||||
|
Reference in New Issue
Block a user