Skip to content

Commit

Permalink
fix: remove trailing whitespaces from iterators1
Browse files Browse the repository at this point in the history
  • Loading branch information
juanprq committed May 12, 2021
1 parent 3145794 commit 4d4fa77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exercises/standard_library_types/iterators1.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// iterators1.rs
//
//
// Make me compile by filling in the `???`s
//
// When performing operations on elements within a collection, iterators are essential.
// This module helps you get familiar with the structure of using an iterator and
// This module helps you get familiar with the structure of using an iterator and
// how to go through elements within an iterable collection.
//
//
// Execute `rustlings hint iterators1` for hints :D

// I AM NOT DONE
Expand Down

0 comments on commit 4d4fa77

Please sign in to comment.