mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 06:39:22 +02:00
clippy
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user