Skip to content

Commit

Permalink
Merge pull request #320 from crepererum-oss/crepererum/fix_rust_183
Browse files Browse the repository at this point in the history
fix: clippy for Rust 1.83
  • Loading branch information
crepererum authored Dec 2, 2024
2 parents 245db5d + d513d0a commit 2aacb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ where
}
}

impl<'a, Req> Clone for Request<'a, Req>
impl<Req> Clone for Request<'_, Req>
where
Req: serde::Serialize + Sync,
{
Expand Down

0 comments on commit 2aacb45

Please sign in to comment.