Skip to content

Commit e1cf1a0

Browse files
committed
Fix clippy warnings for unrelated work
Signed-off-by: Doru Blânzeanu <dblnz@pm.me>
1 parent 9de4e6d commit e1cf1a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/hyperlight_host/src/hypervisor/surrogate_process.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,13 @@ impl Drop for SurrogateProcess {
8383
"Failed to return surrogate process to surrogate process manager when dropping : {:?}",
8484
e
8585
);
86-
return;
8786
}
8887
},
8988
Err(e) => {
9089
tracing::error!(
9190
"Failed to get surrogate process manager when dropping SurrogateProcess: {:?}",
9291
e
9392
);
94-
return;
9593
}
9694
}
9795
}

0 commit comments

Comments
 (0)