Skip to content

Commit

Permalink
Merge branch 'main' into add-features
Browse files Browse the repository at this point in the history
  • Loading branch information
garritfra authored Jan 13, 2025
2 parents 9527ecc + d0d5a83 commit 724d33c
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 @@ -415,7 +415,7 @@ pub enum BlockItem<'a> {
Comment(String),
}

impl<'a> fmt::Display for BlockItem<'a> {
impl fmt::Display for BlockItem<'_> {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
match self {
Self::Statement(stmt) => write!(f, "{}", stmt),
Expand Down

0 comments on commit 724d33c

Please sign in to comment.