Sfoglia il codice sorgente

Remove a redundant type annotation in a test

Ian Goldberg 7 mesi fa
parent
commit
f9759d4f0a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);