Skip to content

Commit

Permalink
Fix compile error by recursion limit
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Oct 3, 2024
1 parent f5b3f2b commit 9480456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sv-parser-parser/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![recursion_limit = "256"]
#![allow(clippy::many_single_char_names, clippy::module_inception)]

pub mod keywords;
Expand Down

0 comments on commit 9480456

Please sign in to comment.