Explorar o código

Make Clippy happy

Jonathan Kelley hai 1 ano
pai
achega
fe2c17f792
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      examples/error_handle.rs

+ 1 - 0
examples/error_handle.rs

@@ -49,6 +49,7 @@ fn DemoC(x: i32) -> Element {
     }
     }
 }
 }
 
 
+#[component]
 fn ComponentPanic() -> Element {
 fn ComponentPanic() -> Element {
     panic!("This component panics")
     panic!("This component panics")
 }
 }