fix warnings
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user