We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a9fa2 commit 83857bbCopy full SHA for 83857bb
src/reaper/signal.rs
@@ -63,6 +63,7 @@ impl Reaper {
63
if let Ok(None) = zombies[i].try_wait() {
64
i += 1;
65
} else {
66
+ #[allow(clippy::zombie_processes)] // removed only when process done or errored
67
zombies.swap_remove(i);
68
}
69
0 commit comments