bless
This commit is contained in:
parent
93dab8fea2
commit
398f9468df
@ -1,4 +1,4 @@
|
||||
error: non-binding let on a future
|
||||
error: non-binding `let` on a future
|
||||
--> $DIR/let_underscore_future.rs:14:5
|
||||
|
|
||||
LL | let _ = some_async_fn();
|
||||
@ -7,7 +7,7 @@ LL | let _ = some_async_fn();
|
||||
= help: consider awaiting the future or dropping explicitly with `std::mem::drop`
|
||||
= note: `-D clippy::let-underscore-future` implied by `-D warnings`
|
||||
|
||||
error: non-binding let on a future
|
||||
error: non-binding `let` on a future
|
||||
--> $DIR/let_underscore_future.rs:15:5
|
||||
|
|
||||
LL | let _ = custom();
|
||||
@ -15,7 +15,7 @@ LL | let _ = custom();
|
||||
|
|
||||
= help: consider awaiting the future or dropping explicitly with `std::mem::drop`
|
||||
|
||||
error: non-binding let on a future
|
||||
error: non-binding `let` on a future
|
||||
--> $DIR/let_underscore_future.rs:19:5
|
||||
|
|
||||
LL | let _ = future;
|
||||
|
Loading…
Reference in New Issue
Block a user