Skip to content

Commit 433d211

Browse files
committed
fix(iterators): Rename iterator3.rs
1 parent 34e3123 commit 433d211

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exercises/standard_library_types/iterator3.rs renamed to exercises/standard_library_types/iterators3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// iterator3.rs
1+
// iterators3.rs
22
// This is a bigger exercise than most of the others! You can do it!
33
// Here is your mission, should you choose to accept it:
44
// 1. Complete the divide function to get the first four tests to pass

info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ path = "exercises/standard_library_types/arc1.rs"
211211
mode = "compile"
212212

213213
[[exercises]]
214-
path = "exercises/standard_library_types/iterator3.rs"
214+
path = "exercises/standard_library_types/iterators3.rs"
215215
mode = "test"
216216

217217
[[exercises]]

0 commit comments

Comments
 (0)