From 32645a48c3006bcf99cee30d468e25c319bbea52 Mon Sep 17 00:00:00 2001 From: PinkP4nther <0x0090@protonmail.com> Date: Fri, 8 Oct 2021 22:08:39 -0700 Subject: [PATCH] No longer need process import --- src/lib.rs | 1 - src/relay.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index fbc543d..fda89c4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -100,7 +100,6 @@ use std::sync::{ }; use std::{ - process, thread }; diff --git a/src/relay.rs b/src/relay.rs index 71ee2f9..ffb121f 100644 --- a/src/relay.rs +++ b/src/relay.rs @@ -14,7 +14,6 @@ use crate::{ env, TValue, fs, - process, Arc, SslAcceptor, Path,