Skip to content

Commit

Permalink
fix: clippy for Rust 1.83
Browse files Browse the repository at this point in the history
  • Loading branch information
crepererum committed Dec 2, 2024
1 parent 245db5d commit d513d0a
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 d513d0a

Please sign in to comment.