Przeglądaj źródła

force rust to re-run

Jonathan Kelley 5 miesięcy temu
rodzic
commit
e3f41b9227
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      examples/hello_world.rs

+ 1 - 0
examples/hello_world.rs

@@ -16,6 +16,7 @@ fn main() {
 }
 
 fn app() -> Element {
+    let _ = 123;
     rsx! {
         div { "Hello, world!" }
     }