No longer need process import

This commit is contained in:
PinkP4nther 2021-10-08 22:08:39 -07:00
commit 32645a48c3
2 changed files with 0 additions and 2 deletions

View file

@ -100,7 +100,6 @@ use std::sync::{
}; };
use std::{ use std::{
process,
thread thread
}; };

View file

@ -14,7 +14,6 @@ use crate::{
env, env,
TValue, TValue,
fs, fs,
process,
Arc, Arc,
SslAcceptor, SslAcceptor,
Path, Path,