Skip to content

Commit

Permalink
Remove Display impl for properties
Browse files Browse the repository at this point in the history
  • Loading branch information
bluk committed Nov 14, 2023
1 parent 18fb714 commit 446ac76
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions maybe_xml/src/token/prop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@ macro_rules! converters {
self.as_bytes()
}
}

impl<'a> fmt::Display for $name<'a> {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
f.write_str(self.0)
}
}
};
}

Expand Down

0 comments on commit 446ac76

Please sign in to comment.