Skip to content

Commit

Permalink
fix(iterators): Rename iterator3.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
miller-time committed Jun 7, 2019
1 parent 34e3123 commit 433d211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit 433d211

Please sign in to comment.