We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7dd6a1 commit f34e3a5Copy full SHA for f34e3a5
tachys/src/reactive_graph/mod.rs
@@ -615,10 +615,7 @@ macro_rules! reactive_impl {
615
fn add_any_attr<NewAttr: Attribute>(
616
self,
617
_attr: NewAttr,
618
- ) -> Self::Output<NewAttr>
619
- where
620
- Self::Output<NewAttr>: RenderHtml,
621
- {
+ ) -> Self::Output<NewAttr> {
622
todo!()
623
}
624
tachys/src/view/template.rs
@@ -62,10 +62,7 @@ where
62
63
64
65
66
67
68
69
panic!("AddAnyAttr not supported on ViewTemplate");
70
71
0 commit comments