diff options
| author | Pi Delport <pjdelport@gmail.com> | 2021-04-29 23:31:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 23:31:26 +0200 |
| commit | 9569c9a9e72fb0ff792437207a579930cea8f9fb (patch) | |
| tree | 4c0816e629c197e53466c5d3df17270b6f60d424 /exercises | |
| parent | 91530f57161bacb9738baeccd59a0b5dd08c8d8b (diff) | |
style(standard_library_types): stray line break
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/standard_library_types/iterators5.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/exercises/standard_library_types/iterators5.rs b/exercises/standard_library_types/iterators5.rs index 2d97bd4..d8d4453 100644 --- a/exercises/standard_library_types/iterators5.rs +++ b/exercises/standard_library_types/iterators5.rs @@ -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. |
