mirror of
https://github.com/coastalwhite/lemurs
synced 2024-11-25 19:40:18 +00:00
Chore: Cargo clippy
This commit is contained in:
parent
fb728787f7
commit
bb54e11c4a
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ impl LemursChild {
|
|||
}
|
||||
|
||||
pub fn send_sigterm(&self) -> io::Result<()> {
|
||||
let i = unsafe { libc::kill(self.id() as libc::pid_t, libc::SIGTERM) };
|
||||
unsafe { libc::kill(self.id() as libc::pid_t, libc::SIGTERM) };
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue