This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
lenn
/
dioxus-mirror
mirror de
https://github.com/DioxusLabs/dioxus.git
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
fix clippy
Evan Almloff
há 2 anos atrás
pai
151a0ac34b
commit
f963e006c7
1 ficheiros alterados
com
2 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
2
0
docs/guide/examples/hello_world_ssr.rs
+ 2
- 0
docs/guide/examples/hello_world_ssr.rs
Ver Ficheiro
@@ -1,3 +1,5 @@
+#![allow(unused)]
+#![allow(non_snake_case)]
// ANCHOR: all
// ANCHOR: main