Skip to content

Commit

Permalink
Merge pull request #732 from apogeeoak/iterators5
Browse files Browse the repository at this point in the history
chore(iterators5): Minor formatting improvements.
  • Loading branch information
shadows-withal authored Jul 9, 2021
2 parents 6948905 + 7f0d2c2 commit 8e313cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exercises/standard_library_types/iterators5.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// iterators5.rs

// Let's define a simple model to track Rustlings exercise progress. Progress
// will be modelled using a hash map. The name of the exercise is the key and
// the progress is the value. Two counting functions were created to count the
Expand Down

0 comments on commit 8e313cf

Please sign in to comment.