This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
lenn
/
dioxus-mirror
mirror of
https://github.com/DioxusLabs/dioxus.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
fix clippy
Evan Almloff
2 năm trước cách đây
mục cha
151a0ac34b
commit
f963e006c7
1 tập tin đã thay đổi
với
2 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
2
0
docs/guide/examples/hello_world_ssr.rs
+ 2
- 0
docs/guide/examples/hello_world_ssr.rs
Xem Tập Tin
@@ -1,3 +1,5 @@
+#![allow(unused)]
+#![allow(non_snake_case)]
// ANCHOR: all
// ANCHOR: main