fix: resolve compilation errors by fixing mutable references and removing unused imports

Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-10 00:23:58 -03:00
parent cacf843da7
commit 469e3640b8
4 changed files with 3 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
use anyhow::{anyhow, Result};
use clap::Command;
use log::debug;
use std::io::Read;
use std::os::fd::FromRawFd;
use std::str::FromStr;