Skip to content

Commit

Permalink
Update issue_2356.stderr reference file
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Apr 25, 2020
1 parent 44511d5 commit dda1c8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ui/issue_2356.stderr
@@ -1,8 +1,8 @@
error: this loop could be written as a `for` loop
--> $DIR/issue_2356.rs:15:29
--> $DIR/issue_2356.rs:15:9
|
LL | while let Some(e) = it.next() {
| ^^^^^^^^^ help: try: `for e in it { .. }`
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `for e in it`
|
note: the lint level is defined here
--> $DIR/issue_2356.rs:1:9
Expand Down

0 comments on commit dda1c8d

Please sign in to comment.