mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 09:59:00 +02:00
Apply clippy suggestions
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
use std::io;
|
||||
use std::process::Command as CommandSys;
|
||||
use std::time::{Duration, Instant};
|
||||
|
||||
/// Tries to forcefully kill a process by its PID
|
||||
pub fn kill_by_pid(pid: i64) -> io::Result<()> {
|
||||
|
Reference in New Issue
Block a user