diff options
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/proxy_child.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/proxy_child.rs b/src/utils/proxy_child.rs index cc35298..8ee0317 100644 --- a/src/utils/proxy_child.rs +++ b/src/utils/proxy_child.rs @@ -1,6 +1,5 @@ use std::path::PathBuf; use std::process::{Child as ChildProcess, Command}; -use std::rc::Rc; use std::sync::Arc; use hyper::http::uri::Scheme; |