Skip to content

Commit

Permalink
Resolve clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski committed Dec 31, 2024
1 parent 85d5648 commit ed6e75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ impl<'de> Deserialize<'de> for RetryOpts {
{
struct RetryOptsVisitor;

impl<'de> Visitor<'de> for RetryOptsVisitor {
impl Visitor<'_> for RetryOptsVisitor {
type Value = RetryOpts;

fn expecting(&self, formatter: &mut std::fmt::Formatter) -> std::fmt::Result {
Expand Down

0 comments on commit ed6e75f

Please sign in to comment.