This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
lenn
/
dioxus-mirror
réplica de
https://github.com/DioxusLabs/dioxus.git
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
fix clippy
Evan Almloff
%!s(int64=2) %!d(string=hai) anos
pai
151a0ac34b
achega
f963e006c7
Modificáronse 1 ficheiros
con
2 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de 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