diff options
| author | Juan Pablo Ramirez <juan.ramirez.q@gmail.com> | 2021-05-12 10:20:07 -0500 |
|---|---|---|
| committer | Juan Pablo Ramirez <juan.ramirez.q@gmail.com> | 2021-05-12 10:20:07 -0500 |
| commit | 4d4fa77459392acd3581c6068aa8be9a02de12fc (patch) | |
| tree | fadd4825031ef6a6e73e4e7633819591297e0dde /exercises | |
| parent | 31457940846b3844d78d4a4d2b074bc8d6aaf1eb (diff) | |
fix: remove trailing whitespaces from iterators1
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/standard_library_types/iterators1.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/exercises/standard_library_types/iterators1.rs b/exercises/standard_library_types/iterators1.rs index 3fd519d..4606ad3 100644 --- a/exercises/standard_library_types/iterators1.rs +++ b/exercises/standard_library_types/iterators1.rs @@ -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 |
