Explorar el Código

chore(core): fix clippy warnings

Lucas Nogueira hace 3 años
padre
commit
06cbc1ee57
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/tauri/src/manager.rs

+ 1 - 1
core/tauri/src/manager.rs

@@ -1245,7 +1245,7 @@ mod tests {
       "tauri is awesome, tauri is amazing",
       "tauri",
       || {
-        tauri_index = tauri_index + 1;
+        tauri_index += 1;
         tauri_index.to_string()
       },
       "1 is awesome, 2 is amazing",