Skip to content

Commit

Permalink
style(standard_library_types): stray line break
Browse files Browse the repository at this point in the history
  • Loading branch information
PiDelport authored Apr 29, 2021
1 parent 91530f5 commit 9569c9a
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 9569c9a

Please sign in to comment.