Deny direct process spawn methods in Clippy

This commit is contained in:
Adam Perry
2026-05-21 14:52:18 -07:00
parent 4acb456bfe
commit a4abf76e8d
35 changed files with 47 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ async fn spawn_command_under_sandbox(
}
}
#[allow(clippy::disallowed_methods, reason = "Grandfathered-in usage.")]
child.kill_on_drop(true).spawn()
}