mirror of
https://github.com/actix/actix-web.git
synced 2024-11-26 03:21:08 +00:00
clippy
This commit is contained in:
parent
4f6f0b0137
commit
37f2bf5625
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue