diff options
| author | b1ue64 <77976308+b1ue64@users.noreply.github.com> | 2023-05-20 16:38:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-20 16:38:33 -0400 |
| commit | a7257a1d1ef59642f692e2638085ec00a6f2f391 (patch) | |
| tree | 0baafb384ce72e914848a91e85c65c8e96e3fd65 | |
| parent | f2de12aa3443af2e989a045d9035294184d36eee (diff) | |
feat(iterators5): remove outdated part of hint
| -rw-r--r-- | info.toml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. |
