]> git.lizzy.rs Git - rust.git/commitdiff
Update ui tests
authormessense <messense@icloud.com>
Fri, 16 Jun 2017 03:41:41 +0000 (11:41 +0800)
committermessense <messense@icloud.com>
Fri, 16 Jun 2017 03:57:45 +0000 (11:57 +0800)
clippy_tests/examples/range.stderr

index 2f3aa7971d0160d47095bc1b9fac3f0adb448beb..7620908b084404204038316b6f19dc04baa4a68f 100644 (file)
@@ -1,11 +1,3 @@
-error: Range::step_by(0) produces an infinite iterator. Consider using `std::iter::repeat()` instead
-  --> range.rs:13:5
-   |
-13 |     (0..1).step_by(0);
-   |     ^^^^^^^^^^^^^^^^^
-   |
-   = note: `-D range-step-by-zero` implied by `-D warnings`
-
 error: use of deprecated item: replaced by `Iterator::step_by`
   --> range.rs:13:12
    |
@@ -22,14 +14,6 @@ error: use of deprecated item: replaced by `Iterator::step_by`
    |
    = note: `-D deprecated` implied by `-D warnings`
 
-error: Range::step_by(0) produces an infinite iterator. Consider using `std::iter::repeat()` instead
-  --> range.rs:17:5
-   |
-17 |     (1..).step_by(0);
-   |     ^^^^^^^^^^^^^^^^
-   |
-   = note: `-D range-step-by-zero` implied by `-D warnings`
-
 error: use of deprecated item: replaced by `Iterator::step_by`
   --> range.rs:17:11
    |
@@ -38,14 +22,6 @@ error: use of deprecated item: replaced by `Iterator::step_by`
    |
    = note: `-D deprecated` implied by `-D warnings`
 
-error: Range::step_by(0) produces an infinite iterator. Consider using `std::iter::repeat()` instead
-  --> range.rs:18:5
-   |
-18 |     (1...2).step_by(0);
-   |     ^^^^^^^^^^^^^^^^^^
-   |
-   = note: `-D range-step-by-zero` implied by `-D warnings`
-
 error: use of deprecated item: replaced by `Iterator::step_by`
   --> range.rs:18:13
    |
@@ -54,14 +30,6 @@ error: use of deprecated item: replaced by `Iterator::step_by`
    |
    = note: `-D deprecated` implied by `-D warnings`
 
-error: Range::step_by(0) produces an infinite iterator. Consider using `std::iter::repeat()` instead
-  --> range.rs:21:5
-   |
-21 |     x.step_by(0);
-   |     ^^^^^^^^^^^^
-   |
-   = note: `-D range-step-by-zero` implied by `-D warnings`
-
 error: use of deprecated item: replaced by `Iterator::step_by`
   --> range.rs:21:7
    |