summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authormarisa <mokou@fastmail.com>2021-06-24 14:17:05 +0200
committerGitHub <noreply@github.com>2021-06-24 14:17:05 +0200
commita3ea37b76e3d544fa5baf08bf1a0576bbdb33915 (patch)
tree59a880f611d90078240b4a497ef83b702769b2d4 /info.toml
parentec63cadadb51b43738b29b1acedf815464bc86aa (diff)
parent4e079fdd0829ab271508c773aa814b21d6cff32b (diff)
Merge pull request #771 from tlyu/iterators5-trait-tweak
fix(iterators5): derive Clone, Copy
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/info.toml b/info.toml
index 7695037..ab4dc93 100644
--- a/info.toml
+++ b/info.toml
@@ -798,7 +798,10 @@ test count_iterator.
The collection variable in count_collection_iterator is a slice of HashMaps. It
needs to be converted into an iterator in order to use the iterator methods.
-The fold method can be useful in the count_collection_iterator function."""
+The fold method can be useful in the count_collection_iterator function.
+
+For a further challenge, consult the documentation for Iterator to find
+a different method that could make your code more compact than using fold."""
# THREADS