diff --git a/maybe_xml/src/token/prop.rs b/maybe_xml/src/token/prop.rs index e821332..2fb94da 100644 --- a/maybe_xml/src/token/prop.rs +++ b/maybe_xml/src/token/prop.rs @@ -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) - } - } }; }