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
22 --> $DIR/let_underscore_future.rs:14:5
33 |
44LL | let _ = some_async_fn();
@@ -7,15 +7,15 @@ LL | let _ = some_async_fn();
77 = help: consider awaiting the future or dropping explicitly with `std::mem::drop`
88 = note: `-D clippy::let-underscore-future` implied by `-D warnings`
99
10- error: non-binding let on a future
10+ error: non-binding ` let` on a future
1111 --> $DIR/let_underscore_future.rs:15:5
1212 |
1313LL | let _ = custom();
1414 | ^^^^^^^^^^^^^^^^^
1515 |
1616 = help: consider awaiting the future or dropping explicitly with `std::mem::drop`
1717
18- error: non-binding let on a future
18+ error: non-binding ` let` on a future
1919 --> $DIR/let_underscore_future.rs:19:5
2020 |
2121LL | let _ = future;
You can’t perform that action at this time.
0 commit comments