diff options
author | Melody Horn <melody@boringcactus.com> | 2022-05-01 19:59:33 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2022-05-01 19:59:33 -0600 |
commit | f069a979ddc457ccd2d1e9dd26eca38031a86661 (patch) | |
tree | f7f8301fc40a1b0c71835c684560e8a6578cceeb /src/utils | |
parent | 3817ec811d76b91d3d4924003a4d48d0cd43a576 (diff) | |
download | narchttpd-f069a979ddc457ccd2d1e9dd26eca38031a86661.tar.gz narchttpd-f069a979ddc457ccd2d1e9dd26eca38031a86661.zip |
kdl configconfig-kdl
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; |