mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-04 09:04:33 +00:00
Drop type_limit
This commit is contained in:
parent
0d69d7e90f
commit
90d463873e
7 changed files with 239 additions and 244 deletions
|
@ -1,10 +1,3 @@
|
|||
// TODO reduce this limit by replacing more parser combinator functions with
|
||||
// macros. It's the way these functions (but not the macros) interact that
|
||||
//
|
||||
// See https://bodil.lol/parser-combinators for more information; the parser
|
||||
// is based on her design./ causes the need for higher limits.
|
||||
#![type_length_limit = "3735510"]
|
||||
|
||||
pub mod can;
|
||||
pub mod collections;
|
||||
pub mod graph;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue