Skip to content

Commit 633303d

Browse files
authored
Merge pull request #787 from kolbma/exercise-iterator3-hint
chore: Update hint of iterators3
2 parents 0bd459d + a4a1098 commit 633303d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

info.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,10 @@ The division_results variable needs to be collected into a collection type.
772772
The result_with_list function needs to return a single Result where the success
773773
case is a vector of integers and the failure case is a DivisionError.
774774
775-
The list_of_results function needs to return a vector of results."""
775+
The list_of_results function needs to return a vector of results.
776+
777+
See https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.collect for how
778+
the `FromIterator` trait is used in `collect()`."""
776779

777780
[[exercises]]
778781
name = "iterators4"

0 commit comments

Comments
 (0)