1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 21:39:26 +00:00
This commit is contained in:
Rob Ede 2021-10-20 02:06:51 +01:00
parent 4f6f0b0137
commit 37f2bf5625
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -186,7 +186,6 @@ where
let mut conn = None;
// check if there is idle connection for given key.
#[allow(clippy::must_not_suspend)]
let mut map = inner.available.borrow_mut();
if let Some(conns) = map.get_mut(&key) {