Skip to content

Commit

Permalink
Update stderr files to changed lint names
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed May 17, 2019
1 parent 5928041 commit 059019a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/ui/eta.stderr
@@ -1,16 +1,16 @@
error: unknown lint: `redundant_closures_for_method_calls`
--> $DIR/eta.rs:11:9
--> $DIR/eta.rs:12:5
|
LL | redundant_closures_for_method_calls,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `clippy::redundant_closure_for_method_calls`
LL | redundant_closures_for_method_calls,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `clippy::redundant_closure_for_method_calls`
|
= note: `-D unknown-lints` implied by `-D warnings`

error: unknown lint: `redundant_closures_for_method_calls`
--> $DIR/eta.rs:11:9
--> $DIR/eta.rs:12:5
|
LL | redundant_closures_for_method_calls,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `clippy::redundant_closure_for_method_calls`
LL | redundant_closures_for_method_calls,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `clippy::redundant_closure_for_method_calls`

error: aborting due to 2 previous errors

0 comments on commit 059019a

Please sign in to comment.