Skip to content

Commit 0a033da

Browse files
committed
Fix clippy lint
1 parent d2cdd4b commit 0a033da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serde.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ where
88
{
99
struct BoolOrUIntVisitor;
1010

11-
impl<'de> Visitor<'de> for BoolOrUIntVisitor {
11+
impl Visitor<'_> for BoolOrUIntVisitor {
1212
type Value = bool;
1313

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

0 commit comments

Comments
 (0)