mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 20:53:06 +00:00
d700850b70
Fixing this warning when I try to compile warning: function `App` should have a snake case name --> src/main.rs:7:4 | 7 | fn App(cx: Scope) -> Element { | ^^^ help: convert the identifier to snake case: `app` | = note: `#[warn(non_snake_case)]` on by default Also changing edition from 2018 to 2021 |
||
---|---|---|
.. | ||
fermi | ||
guide | ||
nightly | ||
reference | ||
router | ||
.gitignore | ||
.nojekyll |