Skip to content

Commit

Permalink
Make Clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Mar 15, 2024
1 parent 0a5f267 commit fe2c17f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/error_handle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ fn DemoC(x: i32) -> Element {
}
}

#[component]
fn ComponentPanic() -> Element {
panic!("This component panics")
}

0 comments on commit fe2c17f

Please sign in to comment.