Skip to content

Commit 2937785

Browse files
calebschoepplann
andauthored
Update crates/trigger-http/src/lib.rs
Co-authored-by: Lann <[email protected]> Signed-off-by: Caleb Schoepp <[email protected]>
1 parent ad326c7 commit 2937785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/trigger-http/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,8 +715,8 @@ impl OutboundWasiHttpHandler for HttpRuntimeData {
715715
HostFutureIncomingResponse::Pending(handle) => {
716716
HostFutureIncomingResponse::Pending(wasmtime_wasi::preview2::spawn(
717717
async move {
718-
let res: std::prelude::v1::Result<
719-
std::prelude::v1::Result<
718+
let res: Result<
719+
Result<
720720
wasmtime_wasi_http::types::IncomingResponseInternal,
721721
wasmtime_wasi_http::bindings::http::types::ErrorCode,
722722
>,

0 commit comments

Comments
 (0)