From 8dff545f9abfdaeaffafd6d876a26e305ba7a95b Mon Sep 17 00:00:00 2001 From: Matthew Zeitlin <37011898+mzeitlin11@users.noreply.github.com> Date: Sat, 6 Jul 2024 18:14:11 -0400 Subject: [PATCH] Fix doc build --- stripe_webhook/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/stripe_webhook/src/lib.rs b/stripe_webhook/src/lib.rs index 380a1e3d4..1b8ae65ee 100644 --- a/stripe_webhook/src/lib.rs +++ b/stripe_webhook/src/lib.rs @@ -1,4 +1,5 @@ #![allow(clippy::large_enum_variant)] +#![recursion_limit = "256"] //! This crate provides Rust bindings for handling [Stripe webhook events](https://stripe.com/docs/webhooks). //! //! Please see the associated examples for basic usage with