Skip to content

Commit 4d4fa77

Browse files
committed
fix: remove trailing whitespaces from iterators1
1 parent 3145794 commit 4d4fa77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exercises/standard_library_types/iterators1.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// iterators1.rs
2-
//
2+
//
33
// Make me compile by filling in the `???`s
44
//
55
// When performing operations on elements within a collection, iterators are essential.
6-
// This module helps you get familiar with the structure of using an iterator and
6+
// This module helps you get familiar with the structure of using an iterator and
77
// how to go through elements within an iterable collection.
8-
//
8+
//
99
// Execute `rustlings hint iterators1` for hints :D
1010

1111
// I AM NOT DONE

0 commit comments

Comments
 (0)