chore: enable clippy::large_futures lint (#4822)

This commit is contained in:
Sanchith Hegde
2024-05-31 15:01:12 +05:30
committed by GitHub
parent 121b61123f
commit d2d317ce61
19 changed files with 68 additions and 67 deletions

View File

@ -231,7 +231,7 @@ pub async fn retry_delivery_attempt(
.change_context(errors::ApiErrorResponse::InternalServerError)
.attach_printable("Failed to parse webhook event request information")?;
super::trigger_webhook_and_raise_event(
Box::pin(super::trigger_webhook_and_raise_event(
state.clone(),
business_profile,
&key_store,
@ -240,7 +240,7 @@ pub async fn retry_delivery_attempt(
delivery_attempt,
None,
None,
)
))
.await;
let updated_event = store