Quote no longer requires high recursion

This commit is contained in:
David Tolnay 2020-07-16 10:49:11 -07:00
parent f8787c3ca8
commit 53b9871b17
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -50,8 +50,6 @@
clippy::use_self, clippy::use_self,
clippy::wildcard_imports clippy::wildcard_imports
)] )]
// The `quote!` macro requires deep recursion.
#![recursion_limit = "512"]
#[macro_use] #[macro_use]
extern crate quote; extern crate quote;