Browse Source

force rust to re-run

Jonathan Kelley 5 months ago
parent
commit
e3f41b9227
1 changed files with 1 additions and 0 deletions
  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!" }
     }