mirror of
https://git.asonix.dog/asonix/http-signature-normalization.git
synced 2024-12-03 14:46:40 +00:00
clippy
This commit is contained in:
parent
e8588efda7
commit
92a73f0313
1 changed files with 1 additions and 3 deletions
|
@ -217,9 +217,7 @@ where
|
|||
let handle2 = actix_web::rt::spawn(f2);
|
||||
|
||||
handle1.await.expect("verify panic")?;
|
||||
let res = handle2.await.expect("inner panic");
|
||||
|
||||
res
|
||||
handle2.await.expect("inner panic")
|
||||
})
|
||||
} else if self.2 {
|
||||
Box::pin(ready(Err(VerifyError::new(
|
||||
|
|
Loading…
Reference in a new issue