Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed Aug 2, 2023
1 parent 763a5c6 commit 9d1f491
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/transports/src/transports/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ impl Service<Box<RawValue>> for Http<reqwest::Client> {
let url = self.url.clone();

Box::pin(async move {
let req = req;
let resp = client.post(url).json(&req).send().await?;
let json = resp.text().await?;

Expand Down

0 comments on commit 9d1f491

Please sign in to comment.