Skip to content

Commit

Permalink
Merge pull request #739 from PiDelport/patch-1
Browse files Browse the repository at this point in the history
style(standard_library_types): stray line break
  • Loading branch information
shadows-withal authored May 1, 2021
2 parents 91530f5 + 9569c9a commit e1be594
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions exercises/standard_library_types/iterators5.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
// imperative style for loops. Recreate this counting functionality using
// iterators. Only the two iterator methods (count_iterator and
// count_collection_iterator) need to be modified.
// Execute `rustlings hint
// iterators5` for hints.
// Execute `rustlings hint iterators5` for hints.
//
// Make the code compile and the tests pass.

Expand Down

0 comments on commit e1be594

Please sign in to comment.