diff options
| author | bors <bors@rust-lang.org> | 2019-06-11 12:53:58 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-06-11 12:53:58 +0000 |
| commit | 5586613eec345e6bf3bd47df8acc71c24766b70e (patch) | |
| tree | d9031591e921099d76a98ae54b35193f29fd8f8e /exercises | |
| parent | ad8e6dc63b45128d7f03ffd6da54e12f67d498ba (diff) | |
| parent | 433d2115bc1c04b6d34a335a18c9a8f3e2672bc6 (diff) | |
Auto merge of #170 - miller-time:rename-iterator-exercise, r=komaeda
fix(iterators): Rename iterator3.rs
fixes #155
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/standard_library_types/iterators3.rs (renamed from exercises/standard_library_types/iterator3.rs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/standard_library_types/iterator3.rs b/exercises/standard_library_types/iterators3.rs index 083c0af..9019a94 100644 --- a/exercises/standard_library_types/iterator3.rs +++ b/exercises/standard_library_types/iterators3.rs @@ -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 |
