diff options
Diffstat (limited to 'src/token.rs')
-rw-r--r-- | src/token.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/token.rs b/src/token.rs index 3104a61..ed8c8c8 100644 --- a/src/token.rs +++ b/src/token.rs @@ -155,7 +155,7 @@ pub struct AttributeMap<O> { /// The value type internally used by the [`AttributeMap`]. /// Not part of the public API. -#[derive(Debug, Eq, PartialEq)] +#[derive(Default, Debug, Eq, PartialEq)] pub(crate) struct AttrInternal<O> { pub value: String, /// The span of the attribute name. |