make clippy happy

This commit is contained in:
Jonathan Kelley 2023-01-15 10:12:22 -08:00
parent 69a347a551
commit c6d4398e36

View file

@ -15,12 +15,12 @@ fn app(cx: Scope) -> Element {
render! {
(0..count).map(|_| rsx!{
Comp {}
drop_child {}
})
}
}
fn Comp(cx: Scope) -> Element {
fn drop_child(cx: Scope) -> Element {
cx.use_hook(|| Drops);
render! {
div{}