Miles Murgaw %!s(int64=2) %!d(string=hai) anos
pai
achega
4b800af300
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      playwrite-tests/fullstack/src/main.rs

+ 1 - 0
playwrite-tests/fullstack/src/main.rs

@@ -53,6 +53,7 @@ struct AppProps {
     count: i32,
 }
 
+#[allow(unused)]
 fn app(cx: Scope<AppProps>) -> Element {
     let mut count = use_state(cx, || cx.props.count);
     let text = use_state(cx, || "...".to_string());