Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
marcua committed Dec 2, 2024
1 parent 8f42551 commit e3d0535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templating.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ impl Serialize for TemplateString {

struct TmplStrVisitor;

impl<'de> Visitor<'de> for TmplStrVisitor {
impl Visitor<'_> for TmplStrVisitor {
type Value = TemplateString;

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

0 comments on commit e3d0535

Please sign in to comment.