Skip to content

Commit

Permalink
Quote no longer requires high recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 16, 2020
1 parent f8787c3 commit 53b9871
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions serde_derive/src/lib.rs
Expand Up @@ -50,8 +50,6 @@
clippy::use_self,
clippy::wildcard_imports
)]
// The `quote!` macro requires deep recursion.
#![recursion_limit = "512"]

#[macro_use]
extern crate quote;
Expand Down

0 comments on commit 53b9871

Please sign in to comment.