From 2787fb53817173841dda290948210dffe22734a5 Mon Sep 17 00:00:00 2001 From: Manel Montilla Date: Sat, 12 Mar 2022 20:07:29 +0100 Subject: [PATCH] WIP --- wruster/src/http/client/connection_pool.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/wruster/src/http/client/connection_pool.rs b/wruster/src/http/client/connection_pool.rs index a0436a7..b66be95 100644 --- a/wruster/src/http/client/connection_pool.rs +++ b/wruster/src/http/client/connection_pool.rs @@ -1,4 +1,3 @@ -use atomic_refcell::AtomicRefCell; use std::borrow::BorrowMut; use std::collections::HashMap; use std::ops::{Deref, DerefMut};