diff options
Diffstat (limited to 'templates-neo/src')
-rw-r--r-- | templates-neo/src/lib.rs | 1 | ||||
-rw-r--r-- | templates-neo/src/main.rs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/templates-neo/src/lib.rs b/templates-neo/src/lib.rs index c5bd925..1ae9e03 100644 --- a/templates-neo/src/lib.rs +++ b/templates-neo/src/lib.rs @@ -1 +1,2 @@ +#![recursion_limit = "512"] pub mod mf2; diff --git a/templates-neo/src/main.rs b/templates-neo/src/main.rs index d2c7ea9..d374e3f 100644 --- a/templates-neo/src/main.rs +++ b/templates-neo/src/main.rs @@ -1,3 +1,4 @@ +#![recursion_limit = "512"] use std::io::Write; use kittybox_html::mf2::Entry; |