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 authored and rvolosatovs committed Sep 23, 2024
1 parent 5db3e31 commit 4816f4c
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 4816f4c

Please sign in to comment.