]> git.lizzy.rs Git - rust.git/commit
Deprecate Range*::step_by
authorScott McMurray <scottmcm@users.noreply.github.com>
Tue, 23 May 2017 07:59:25 +0000 (00:59 -0700)
committerScott McMurray <scottmcm@users.noreply.github.com>
Thu, 1 Jun 2017 05:35:34 +0000 (22:35 -0700)
commit0967e2495d7a631cdb0daa01507e3b2350878db1
tree8db6174a9523483e78848c7206c6c47609e0e9e4
parente0cc22b4bae8007c59fbe58f2c104ecd743d746a
Deprecate Range*::step_by

Changed all the tests except test_range_step to use Iterator::step_by.
src/libcore/iter/range.rs
src/libcore/tests/iter.rs