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 0174637 commit 8083703Copy full SHA for 8083703
tachys/src/reactive_graph/mod.rs
@@ -561,10 +561,7 @@ mod stable {
561
fn add_any_attr<NewAttr: Attribute>(
562
self,
563
_attr: NewAttr,
564
- ) -> Self::Output<NewAttr>
565
- where
566
- Self::Output<NewAttr>: RenderHtml,
567
- {
+ ) -> Self::Output<NewAttr> {
568
todo!()
569
}
570
tachys/src/view/template.rs
@@ -58,10 +58,7 @@ where
58
59
60
61
62
63
64
65
panic!("AddAnyAttr not supported on ViewTemplate");
66
67
0 commit comments