We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bd459d + a4a1098 commit 633303dCopy full SHA for 633303d
info.toml
@@ -772,7 +772,10 @@ The division_results variable needs to be collected into a collection type.
772
The result_with_list function needs to return a single Result where the success
773
case is a vector of integers and the failure case is a DivisionError.
774
775
-The list_of_results function needs to return a vector of results."""
+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()`."""
779
780
[[exercises]]
781
name = "iterators4"
0 commit comments