Skip to content

Commit

Permalink
Merge pull request rust-lang#1523 from b1ue64/b1ue64-patch-1
Browse files Browse the repository at this point in the history
feat(iterators5): remove outdated part of hint
  • Loading branch information
shadows-withal authored May 21, 2023
2 parents f2de12a + a7257a1 commit 59344c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 59344c6

Please sign in to comment.