Explorar o código

force rust to re-run

Jonathan Kelley hai 5 meses
pai
achega
e3f41b9227
Modificáronse 1 ficheiros con 1 adicións e 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!" }
     }