Skip to content

Commit 7f0d2c2

Browse files
committed
chore(iterators5): Minor formatting improvements.
1 parent 6b6dc9d commit 7f0d2c2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

exercises/standard_library_types/iterators5.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
// iterators5.rs
2-
32
// Let's define a simple model to track Rustlings exercise progress. Progress
43
// will be modelled using a hash map. The name of the exercise is the key and
54
// the progress is the value. Two counting functions were created to count the
65
// number of exercises with a given progress. These counting functions use
76
// imperative style for loops. Recreate this counting functionality using
87
// iterators. Only the two iterator methods (count_iterator and
98
// count_collection_iterator) need to be modified.
10-
// Execute `rustlings hint
11-
// iterators5` for hints.
9+
// Execute `rustlings hint iterators5` for hints.
1210
//
1311
// Make the code compile and the tests pass.
1412

0 commit comments

Comments
 (0)