fix: clean up some problems from the implementations

This commit is contained in:
2026-07-21 19:46:57 +02:00
parent 71d998f68e
commit 812de13f62
6 changed files with 16 additions and 7 deletions

View File

@@ -915,7 +915,9 @@ fn terminate_child(child: &mut std::process::Child) {
let _ = child.kill();
}
fn prepend_tool_paths(_command: &mut Command) {
fn prepend_tool_paths(command: &mut Command) {
#[cfg(not(target_os = "macos"))]
let _ = command;
#[cfg(target_os = "macos")]
{
let mut paths = vec![