mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-19 00:00:09 +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::thread;
|
||||
|
||||
use futures::Future;
|
||||
use futures::stream::Stream;
|
||||
use tokio_core::{Loop, LoopHandle};
|
||||
use tokio_process::Command;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user