fix: resolve compilation errors and warnings in keep crate

Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-07-29 15:37:43 -03:00
parent 8814d02264
commit 3008f3fec0
4 changed files with 25 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ mod tests {
cmd.args(args)
.env("KEEP_DIR", keep_dir);
if let Some(data) = stdin_data {
if let Some(_data) = stdin_data {
cmd.stdin(std::process::Stdio::piped());
}