Quote no longer requires recursion

This commit is contained in:
David Tolnay 2020-07-16 10:54:25 -07:00
parent 3721a20297
commit 0af800cecb
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -1,4 +1,3 @@
#![recursion_limit = "128"]
#![feature(proc_macro_diagnostic)]
use proc_macro::TokenStream;