Skip to content

Commit

Permalink
chore(eth-bytecode-db): fix cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov committed Dec 2, 2024
1 parent 5ad4f57 commit 44fcf5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl<'a, Request> From<&'a Request> for RequestWrapper<'a, Request> {
}
}

impl<'a, Request> RequestWrapper<'a, Request> {
impl<Request> RequestWrapper<'_, Request> {
pub fn header(&mut self, key: &str, value: &str) {
let key = reqwest::header::HeaderName::from_str(key)
.expect("Error converting key string into header name");
Expand Down

0 comments on commit 44fcf5c

Please sign in to comment.