Skip to content

Commit

Permalink
chore: fix new clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
beltram committed Jun 12, 2023
1 parent d2c9dfb commit 5b66db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/verify/actix/lifecycle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ where
(self.before_each)(data);
}
let fut = self.service.call(ServiceRequest::from_parts(http_req, payload));
Box::pin(async move { fut.await })
Box::pin(fut)
}
}

0 comments on commit 5b66db1

Please sign in to comment.