Skip to content

Commit

Permalink
Remove undeed conversion.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Oct 2, 2023
1 parent de7bc1f commit a61e484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nested_list/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ impl Component for App {
>
{
iter::once(html_nested! { <ListItem key="hidden-sub" hide=true name="Hidden Sub" {on_hover} /> })
.chain(letters.into_iter())
.chain(letters)
.collect::<Vec<_>>()
}
</List>
Expand Down

0 comments on commit a61e484

Please sign in to comment.