mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
process: Remove unused imports
This commit is contained in:
@@ -7,8 +7,6 @@ use std::sync::mpsc::channel;
|
|||||||
use std::sync::{Once, ONCE_INIT};
|
use std::sync::{Once, ONCE_INIT};
|
||||||
use std::thread;
|
use std::thread;
|
||||||
|
|
||||||
use futures::Future;
|
|
||||||
use futures::stream::Stream;
|
|
||||||
use tokio_core::{Loop, LoopHandle};
|
use tokio_core::{Loop, LoopHandle};
|
||||||
use tokio_process::Command;
|
use tokio_process::Command;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user