We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3145794 commit 4d4fa77Copy full SHA for 4d4fa77
exercises/standard_library_types/iterators1.rs
@@ -1,11 +1,11 @@
1
// iterators1.rs
2
-//
+//
3
// Make me compile by filling in the `???`s
4
//
5
// 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
+// This module helps you get familiar with the structure of using an iterator and
7
// how to go through elements within an iterable collection.
8
9
// Execute `rustlings hint iterators1` for hints :D
10
11
// I AM NOT DONE
0 commit comments