fix(sv-parser-pp): increase recursion limit to allow docs to build
This commit is contained in:
parent
c8ed87dfeb
commit
ab609e7b14
@ -1,4 +1,5 @@
|
||||
#![allow(clippy::type_complexity)]
|
||||
#![recursion_limit = "256"]
|
||||
|
||||
pub mod preprocess;
|
||||
pub mod range;
|
||||
|
Loading…
x
Reference in New Issue
Block a user