Skip to content

Commit 262ca27

Browse files
committed
Remove unneeded implementation.
1 parent e01b76b commit 262ca27

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/yew/src/utils/mod.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,6 @@ impl<IN: Into<OUT>, OUT> From<Vec<IN>> for NodeSeq<IN, OUT> {
4141
}
4242
}
4343

44-
// impl<IN: Into<OUT>, OUT> From<ChildrenRenderer<IN>> for NodeSeq<IN, OUT> {
45-
// fn from(val: ChildrenRenderer<IN>) -> Self {
46-
// Self(
47-
// val.into_iter().map(|x| x.into()).collect(),
48-
// PhantomData::default(),
49-
// )
50-
// }
51-
// }
52-
5344
impl<IN: Into<OUT> + Clone, OUT> From<&ChildrenRenderer<IN>> for NodeSeq<IN, OUT> {
5445
fn from(val: &ChildrenRenderer<IN>) -> Self {
5546
Self(

0 commit comments

Comments
 (0)