1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-06-05 21:16:08 +02:00

feat(iterators5): remove outdated part of hint

This commit is contained in:
b1ue64 2023-05-20 16:38:33 -04:00 committed by GitHub
parent f2de12aa34
commit a7257a1d1e
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

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.