File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
error: unknown lint: `redundant_closures_for_method_calls`
2
- --> $DIR/eta.rs:11:9
2
+ --> $DIR/eta.rs:12:5
3
3
|
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`
6
6
|
7
7
= note: `-D unknown-lints` implied by `-D warnings`
8
8
9
9
error: unknown lint: `redundant_closures_for_method_calls`
10
- --> $DIR/eta.rs:11:9
10
+ --> $DIR/eta.rs:12:5
11
11
|
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`
14
14
15
15
error: aborting due to 2 previous errors
16
16
You can’t perform that action at this time.
0 commit comments