mirror of
https://gitee.com/openharmony/third_party_rust_syn
synced 2024-11-27 09:50:41 +00:00
Quote no longer requires recursion
This commit is contained in:
parent
3721a20297
commit
0af800cecb
@ -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;
|
||||
|
@ -1,4 +1,3 @@
|
||||
#![recursion_limit = "128"]
|
||||
#![feature(proc_macro_diagnostic)]
|
||||
|
||||
use proc_macro::TokenStream;
|
||||
|
Loading…
Reference in New Issue
Block a user