fix: correct mutable reference handling and remove unused variables

Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-10 00:25:22 -03:00
parent 0e68e5ff03
commit d4370563c3
3 changed files with 9 additions and 10 deletions

View File

@@ -7,7 +7,6 @@ use std::io::{Read, Write};
use std::os::unix::fs::PermissionsExt;
use std::path::PathBuf;
use std::process::{Child, Command, Stdio};
use std::sync::Arc;
use crate::compression_engine::CompressionEngine;