diff options
| author | fmoko <mokou@fastmail.com> | 2021-07-09 12:24:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-09 12:24:42 +0200 |
| commit | 8e313cffaaacc17716e0c9b95ef91b5520fa7824 (patch) | |
| tree | 2da972baea099dee33d13b7bded7c87dc341480f /exercises | |
| parent | 6948905716ac4f04f0f4b8643c0150736c993483 (diff) | |
| parent | 7f0d2c2bf011838d77fc05f111aacf2b0a663f5c (diff) | |
Merge pull request #732 from apogeeoak/iterators5
chore(iterators5): Minor formatting improvements.
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/standard_library_types/iterators5.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/exercises/standard_library_types/iterators5.rs b/exercises/standard_library_types/iterators5.rs index 765028a..93f3ae1 100644 --- a/exercises/standard_library_types/iterators5.rs +++ b/exercises/standard_library_types/iterators5.rs @@ -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 |
