mirror of
https://github.com/coastalwhite/lemurs
synced 2025-02-18 06:58:28 +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<()> {
|
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(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue