fix warnings

This commit is contained in:
Sylvestre Ledru
2024-01-16 22:31:37 +01:00
parent 10811a35bd
commit dbd425ccf7

@ -3,9 +3,9 @@
// For the full copyright and license information, please view the LICENSE // For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code. // file that was distributed with this source code.
use libc::{c_char, c_int, execvp, PRIO_PROCESS}; use libc::PRIO_PROCESS;
use std::env; use std::env;
use std::io::{Error, Write}; use std::io::Error;
use std::process; use std::process;
use std::str::FromStr; use std::str::FromStr;