summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliv <mokou@fastmail.com>2023-05-21 11:39:12 +0200
committerGitHub <noreply@github.com>2023-05-21 11:39:12 +0200
commit59344c679dc172f7dca46de7dc671a435f2aa8a5 (patch)
tree0baafb384ce72e914848a91e85c65c8e96e3fd65
parentf2de12aa3443af2e989a045d9035294184d36eee (diff)
parenta7257a1d1ef59642f692e2638085ec00a6f2f391 (diff)
Merge pull request #1523 from b1ue64/b1ue64-patch-1
feat(iterators5): remove outdated part of hint
-rw-r--r--info.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/info.toml b/info.toml
index ac04fc7..2add5f0 100644
--- a/info.toml
+++ b/info.toml
@@ -897,9 +897,6 @@ hint = """
The documentation for the std::iter::Iterator trait contains numerous methods
that would be helpful here.
-Return 0 from count_collection_iterator to make the code compile in order to
-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.