Skip to content

Commit

Permalink
Fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Jan 9, 2025
1 parent d2cdd4b commit 0a033da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serde.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ where
{
struct BoolOrUIntVisitor;

impl<'de> Visitor<'de> for BoolOrUIntVisitor {
impl Visitor<'_> for BoolOrUIntVisitor {
type Value = bool;

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

0 comments on commit 0a033da

Please sign in to comment.