diff --git a/tachys/src/html/attribute/mod.rs b/tachys/src/html/attribute/mod.rs index db26f7061..36ec3ece8 100644 --- a/tachys/src/html/attribute/mod.rs +++ b/tachys/src/html/attribute/mod.rs @@ -103,7 +103,7 @@ where } #[derive(Debug)] -pub struct Attr(pub K, pub V, PhantomData) +pub struct Attr(pub K, pub V, pub PhantomData) where K: AttributeKey, V: AttributeValue,