瀏覽代碼

Make Clippy happy

Jonathan Kelley 1 年之前
父節點
當前提交
fe2c17f792
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 {
     panic!("This component panics")
 }