[remove] unused imports.

main
Shinyzenith 2 years ago
parent 2739434273
commit 870fcbf354
No known key found for this signature in database
GPG Key ID: A3DFCDC66E9E2950

@ -7,7 +7,7 @@ use std::{
io::prelude::*, io::prelude::*,
os::unix::net::UnixStream, os::unix::net::UnixStream,
path::Path, path::Path,
process::{exit, id, Command, Stdio}, process::{exit, id},
thread::sleep, thread::sleep,
time::Duration, time::Duration,
time::SystemTime, time::SystemTime,

Loading…
Cancel
Save