Przeglądaj źródła

Remove a redundant type annotation in a test

Ian Goldberg 6 miesięcy temu
rodzic
commit
f9759d4f0a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -104,7 +104,7 @@ mod tests {
 
         println!("{:#?}", Lox::attrs());
 
-        let mut L: Lox = Lox::default();
+        let mut L = Lox::default();
 
         println!("{:#?}", L);