]> git.lizzy.rs Git - rust.git/history - clippy_tests/examples/range.rs
Put tests for `step_by(0)` back.
[rust.git] / clippy_tests / examples / range.rs
2017-07-05 uHOOCCOOHuPut tests for `step_by(0)` back.
2017-07-05 uHOOCCOOHuRemove tests using removed feature `step_by`.
2017-06-18 Martin CartonMerge pull request #1837 from Manishearth/step_by
2017-06-18 Oliver SchneiderReplace `Range::step_by` checking with `Iterator::step_by`
2017-05-23 Oliver SchneiderMerge pull request #1766 from Manishearth/testing_refactor
2017-05-23 Oliver SchneiderMerge remote-tracking branch 'origin/master' into testi...
2017-05-17 Oliver SchneiderMake most tests an `example` so we can run them one...