1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-04-12 10:45:45 -04:00

Auto merge of - miller-time:rename-iterator-exercise, r=komaeda

fix(iterators): Rename iterator3.rs

fixes 
This commit is contained in:
bors 2019-06-11 12:53:58 +00:00
commit 5586613eec
2 changed files with 2 additions and 2 deletions
exercises/standard_library_types
info.toml

View file

@ -1,4 +1,4 @@
// iterator3.rs
// iterators3.rs
// This is a bigger exercise than most of the others! You can do it!
// Here is your mission, should you choose to accept it:
// 1. Complete the divide function to get the first four tests to pass

View file

@ -211,7 +211,7 @@ path = "exercises/standard_library_types/arc1.rs"
mode = "compile"
[[exercises]]
path = "exercises/standard_library_types/iterator3.rs"
path = "exercises/standard_library_types/iterators3.rs"
mode = "test"
[[exercises]]