Skip to content

Commit d8a10e4

Browse files
Update src/http/client.rs
Co-authored-by: Pat Hickey <[email protected]>
1 parent 98fcdbe commit d8a10e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/http/client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ impl Client {
8585
let outgoing_body = OutgoingBody::new(AsyncOutputStream::new(wasi_stream), wasi_body);
8686

8787
pin_project! {
88+
#[must_use = "futures do nothing unless polled or .awaited"]
8889
struct IncomingResponseFuture {
8990
#[pin]
9091
subscription: WaitFor,

0 commit comments

Comments
 (0)