mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
Make Clippy happy
This commit is contained in:
parent
0a5f267a9a
commit
fe2c17f792
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ fn DemoC(x: i32) -> Element {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[component]
|
||||||
fn ComponentPanic() -> Element {
|
fn ComponentPanic() -> Element {
|
||||||
panic!("This component panics")
|
panic!("This component panics")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue