From 649fa13a15a43f07ec51edcd6aed08886a2af9b4 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 7 Sep 2016 12:07:00 -0700 Subject: [PATCH] process: Remove unused imports --- tests/smoke.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/smoke.rs b/tests/smoke.rs index 4e0a65006..e3bce9632 100644 --- a/tests/smoke.rs +++ b/tests/smoke.rs @@ -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;