Remove all warnings
[valheim_web.git] / common / src / lib.rs
index 5112279..3d80a04 100644 (file)
@@ -1,4 +1,4 @@
-
+/*
 fn f(a: i32, b: i32) -> i32 {
     a + 2 * b
 }
@@ -10,4 +10,5 @@ mod tests {
     fn it_works() {
         assert_eq!(2 + 2, 4);
     }
-}
\ No newline at end of file
+}
+*/
\ No newline at end of file