mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +00:00
be99e29e5f
* fix: fmt unterminated if, be more aggressive with line splits * Fix: Handle long exprs in for/if statements
5 lines
48 B
R
5 lines
48 B
R
fn it_works() {
|
|
rsx! {
|
|
{()}
|
|
}
|
|
}
|