mirror of
https://git.asonix.dog/asonix/http-signature-normalization.git
synced 2024-12-04 15:16:43 +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);
|
let handle2 = actix_web::rt::spawn(f2);
|
||||||
|
|
||||||
handle1.await.expect("verify panic")?;
|
handle1.await.expect("verify panic")?;
|
||||||
let res = handle2.await.expect("inner panic");
|
handle2.await.expect("inner panic")
|
||||||
|
|
||||||
res
|
|
||||||
})
|
})
|
||||||
} else if self.2 {
|
} else if self.2 {
|
||||||
Box::pin(ready(Err(VerifyError::new(
|
Box::pin(ready(Err(VerifyError::new(
|
||||||
|
|
Loading…
Reference in a new issue