Skip to content

Commit 059019a

Browse files
committed
Update stderr files to changed lint names
1 parent 5928041 commit 059019a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/ui/eta.stderr

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
error: unknown lint: `redundant_closures_for_method_calls`
2-
--> $DIR/eta.rs:11:9
2+
--> $DIR/eta.rs:12:5
33
|
4-
LL | redundant_closures_for_method_calls,
5-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `clippy::redundant_closure_for_method_calls`
4+
LL | redundant_closures_for_method_calls,
5+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `clippy::redundant_closure_for_method_calls`
66
|
77
= note: `-D unknown-lints` implied by `-D warnings`
88

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

1515
error: aborting due to 2 previous errors
1616

0 commit comments

Comments
 (0)