This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
lenn
/
dioxus-mirror
同期ミラー
https://github.com/DioxusLabs/dioxus.git
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
fix clippy
Evan Almloff
2 年 前
親
151a0ac34b
コミット
f963e006c7
1 ファイル変更
、
2 行追加
、
0 行削除
分割表示
差分情報を表示
2
0
docs/guide/examples/hello_world_ssr.rs
+ 2
- 0
docs/guide/examples/hello_world_ssr.rs
ファイルの表示
@@ -1,3 +1,5 @@
+#![allow(unused)]
+#![allow(non_snake_case)]
// ANCHOR: all
// ANCHOR: main