Explorar o código

Remove a redundant type annotation in a test

Ian Goldberg hai 6 meses
pai
achega
f9759d4f0a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);