Parcourir la source

Remove a redundant type annotation in a test

Ian Goldberg il y a 11 mois
Parent
commit
f9759d4f0a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);