Skip to content

Commit

Permalink
remove send_awaiting_body. removed in httpclient 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtbuilds committed Nov 29, 2023
1 parent 6075924 commit 4e2d510
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libninja/src/rust/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ pub fn build_send_function(operation: &hir::Operation, spec: &hir::MirSpec) -> F
#assign_inputs
#auth
let res = r
.send_awaiting_body()
.await?;
res.json().map_err(Into::into)
},
Expand Down

0 comments on commit 4e2d510

Please sign in to comment.