mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
stave off zombies
This commit is contained in:
parent
e73cc8b4ab
commit
738d9cdfde
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ impl ops::DerefMut for JodChild {
|
||||||
impl Drop for JodChild {
|
impl Drop for JodChild {
|
||||||
fn drop(&mut self) {
|
fn drop(&mut self) {
|
||||||
let _ = self.0.kill();
|
let _ = self.0.kill();
|
||||||
|
let _ = self.0.wait();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue