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
fix clippy
Evan Almloff
2 years ago
parent
151a0ac34b
commit
f963e006c7
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
docs/guide/examples/hello_world_ssr.rs
+ 2
- 0
docs/guide/examples/hello_world_ssr.rs
View File
@@ -1,3 +1,5 @@
+#![allow(unused)]
+#![allow(non_snake_case)]
// ANCHOR: all
// ANCHOR: main