Skip to content

Commit e1be594

Browse files
authored
Merge pull request #739 from PiDelport/patch-1
style(standard_library_types): stray line break
2 parents 91530f5 + 9569c9a commit e1be594

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

exercises/standard_library_types/iterators5.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
// imperative style for loops. Recreate this counting functionality using
88
// iterators. Only the two iterator methods (count_iterator and
99
// count_collection_iterator) need to be modified.
10-
// Execute `rustlings hint
11-
// iterators5` for hints.
10+
// Execute `rustlings hint iterators5` for hints.
1211
//
1312
// Make the code compile and the tests pass.
1413

0 commit comments

Comments
 (0)