Drop type_limit

This commit is contained in:
Richard Feldman 2019-11-25 22:19:33 -05:00
parent 0d69d7e90f
commit 90d463873e
7 changed files with 239 additions and 244 deletions

View file

@ -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;