This website works better with JavaScript
Home
Explore
Help
Sign In
lenn
/
dioxus-mirror
mirror of
https://github.com/DioxusLabs/dioxus.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
force rust to re-run
Jonathan Kelley
5 months ago
parent
355534d260
commit
e3f41b9227
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
examples/hello_world.rs
+ 1
- 0
examples/hello_world.rs
View File
@@ -16,6 +16,7 @@ fn main() {
}
fn app() -> Element {
+ let _ = 123;
rsx! {
div { "Hello, world!" }
}