Browse Source

fix clippy

Evan Almloff 2 năm trước cách đây
mục cha
commit
f963e006c7
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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