Skip to content

Commit

Permalink
Merge pull request rust-lang#732 from apogeeoak/iterators5
Browse files Browse the repository at this point in the history
chore(iterators5): Minor formatting improvements.
  • Loading branch information
yourname committed Jul 9, 2021
2 parents 123bbcf + c6fb71c commit ab1ae17
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 ab1ae17

Please sign in to comment.