Merge pull request #1523 from b1ue64/b1ue64-patch-1

feat(iterators5): remove outdated part of hint
This commit is contained in:
liv 2023-05-21 11:39:12 +02:00 committed by GitHub
commit 59344c679d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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.