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 91530f5 commit 9569c9aCopy full SHA for 9569c9a
exercises/standard_library_types/iterators5.rs
@@ -7,8 +7,7 @@
7
// imperative style for loops. Recreate this counting functionality using
8
// iterators. Only the two iterator methods (count_iterator and
9
// count_collection_iterator) need to be modified.
10
-// Execute `rustlings hint
11
-// iterators5` for hints.
+// Execute `rustlings hint iterators5` for hints.
12
//
13
// Make the code compile and the tests pass.
14
0 commit comments