We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98fcdbe commit d8a10e4Copy full SHA for d8a10e4
src/http/client.rs
@@ -85,6 +85,7 @@ impl Client {
85
let outgoing_body = OutgoingBody::new(AsyncOutputStream::new(wasi_stream), wasi_body);
86
87
pin_project! {
88
+ #[must_use = "futures do nothing unless polled or .awaited"]
89
struct IncomingResponseFuture {
90
#[pin]
91
subscription: WaitFor,
0 commit comments