fix(iterators): Rename iterator3.rs
This commit is contained in:
parent
34e31232df
commit
433d2115bc
|
@ -1,4 +1,4 @@
|
||||||
// iterator3.rs
|
// iterators3.rs
|
||||||
// This is a bigger exercise than most of the others! You can do it!
|
// This is a bigger exercise than most of the others! You can do it!
|
||||||
// Here is your mission, should you choose to accept it:
|
// Here is your mission, should you choose to accept it:
|
||||||
// 1. Complete the divide function to get the first four tests to pass
|
// 1. Complete the divide function to get the first four tests to pass
|
|
@ -211,7 +211,7 @@ path = "exercises/standard_library_types/arc1.rs"
|
||||||
mode = "compile"
|
mode = "compile"
|
||||||
|
|
||||||
[[exercises]]
|
[[exercises]]
|
||||||
path = "exercises/standard_library_types/iterator3.rs"
|
path = "exercises/standard_library_types/iterators3.rs"
|
||||||
mode = "test"
|
mode = "test"
|
||||||
|
|
||||||
[[exercises]]
|
[[exercises]]
|
||||||
|
|
Loading…
Reference in New Issue