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 34e3123 commit 433d211Copy full SHA for 433d211
exercises/standard_library_types/iterator3.rs renamed to exercises/standard_library_types/iterators3.rs
@@ -1,4 +1,4 @@
1
-// iterator3.rs
+// iterators3.rs
2
// This is a bigger exercise than most of the others! You can do it!
3
// Here is your mission, should you choose to accept it:
4
// 1. Complete the divide function to get the first four tests to pass
info.toml
@@ -211,7 +211,7 @@ path = "exercises/standard_library_types/arc1.rs"
211
mode = "compile"
212
213
[[exercises]]
214
-path = "exercises/standard_library_types/iterator3.rs"
+path = "exercises/standard_library_types/iterators3.rs"
215
mode = "test"
216
217
0 commit comments