Explorar el Código

force rust to re-run

Jonathan Kelley hace 5 meses
padre
commit
e3f41b9227
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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!" }
     }