diff --git a/typed-html/src/lib.rs b/typed-html/src/lib.rs index de9a23b..b3e7d5d 100644 --- a/typed-html/src/lib.rs +++ b/typed-html/src/lib.rs @@ -1,4 +1,4 @@ -#![recursion_limit = "128"] +#![recursion_limit = "256"] //! This crate provides the `html!` macro for building HTML documents inside your //! Rust code using roughly [JSX] compatible syntax. //!