diff --git a/codegen/src/main.rs b/codegen/src/main.rs index 9b1b5dd5..9d402dda 100644 --- a/codegen/src/main.rs +++ b/codegen/src/main.rs @@ -9,7 +9,6 @@ // Finally this crate generates the Visit, VisitMut, and Fold traits in Syn // programmatically from the syntax tree description. -#![recursion_limit = "128"] #![allow(clippy::needless_pass_by_value)] mod debug; diff --git a/examples/lazy-static/lazy-static/src/lib.rs b/examples/lazy-static/lazy-static/src/lib.rs index 71dbe722..20d1f397 100644 --- a/examples/lazy-static/lazy-static/src/lib.rs +++ b/examples/lazy-static/lazy-static/src/lib.rs @@ -1,4 +1,3 @@ -#![recursion_limit = "128"] #![feature(proc_macro_diagnostic)] use proc_macro::TokenStream;