Evan Almloff 2 年 前
コミット
f963e006c7
1 ファイル変更2 行追加0 行削除
  1. 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