Kaynağa Gözat

fix: clippy

Miles Murgaw 2 yıl önce
ebeveyn
işleme
4b800af300
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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());