Evan Almloff 2 år sedan
förälder
incheckning
f963e006c7
1 ändrade filer med 2 tillägg och 0 borttagningar
  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