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 ad326c7 commit 2937785Copy full SHA for 2937785
crates/trigger-http/src/lib.rs
@@ -715,8 +715,8 @@ impl OutboundWasiHttpHandler for HttpRuntimeData {
715
HostFutureIncomingResponse::Pending(handle) => {
716
HostFutureIncomingResponse::Pending(wasmtime_wasi::preview2::spawn(
717
async move {
718
- let res: std::prelude::v1::Result<
719
- std::prelude::v1::Result<
+ let res: Result<
+ Result<
720
wasmtime_wasi_http::types::IncomingResponseInternal,
721
wasmtime_wasi_http::bindings::http::types::ErrorCode,
722
>,
0 commit comments