aboutsummaryrefslogtreecommitdiff
path: root/src/utils/proxy_child.rs
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2022-05-01 19:59:33 -0600
committerMelody Horn <melody@boringcactus.com>2022-05-01 19:59:33 -0600
commitf069a979ddc457ccd2d1e9dd26eca38031a86661 (patch)
treef7f8301fc40a1b0c71835c684560e8a6578cceeb /src/utils/proxy_child.rs
parent3817ec811d76b91d3d4924003a4d48d0cd43a576 (diff)
downloadnarchttpd-f069a979ddc457ccd2d1e9dd26eca38031a86661.tar.gz
narchttpd-f069a979ddc457ccd2d1e9dd26eca38031a86661.zip
kdl configconfig-kdl
Diffstat (limited to 'src/utils/proxy_child.rs')
-rw-r--r--src/utils/proxy_child.rs1
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;