Skip to content

Commit

Permalink
feat(clippy): Fixing clippy error
Browse files Browse the repository at this point in the history
Signed-off-by: Ritesh Rai <ritesh.rai@aexp.com>
  • Loading branch information
ritesh089 committed Sep 23, 2024
1 parent 3026e84 commit c1a1f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wit-deps/src/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ impl Entry {
proxy_url
);
reqwest::Client::builder()
.proxy(Proxy::all(&proxy_with_auth)?)
.proxy(Proxy::all(proxy_with_auth)?)
.build()
.expect("failed to create client")
} else {
Expand Down

0 comments on commit c1a1f34

Please sign in to comment.