File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- error: non-binding let on a future
1
+ error: non-binding ` let` on a future
2
2
--> $DIR/let_underscore_future.rs:14:5
3
3
|
4
4
LL | let _ = some_async_fn();
@@ -7,15 +7,15 @@ LL | let _ = some_async_fn();
7
7
= help: consider awaiting the future or dropping explicitly with `std::mem::drop`
8
8
= note: `-D clippy::let-underscore-future` implied by `-D warnings`
9
9
10
- error: non-binding let on a future
10
+ error: non-binding ` let` on a future
11
11
--> $DIR/let_underscore_future.rs:15:5
12
12
|
13
13
LL | let _ = custom();
14
14
| ^^^^^^^^^^^^^^^^^
15
15
|
16
16
= help: consider awaiting the future or dropping explicitly with `std::mem::drop`
17
17
18
- error: non-binding let on a future
18
+ error: non-binding ` let` on a future
19
19
--> $DIR/let_underscore_future.rs:19:5
20
20
|
21
21
LL | let _ = future;
You can’t perform that action at this time.
0 commit comments