Shrink debug build times via BoxedParser

This commit is contained in:
Richard Feldman 2019-09-20 02:27:04 -04:00
parent 867ade4f46
commit 752f7785b1
4 changed files with 229 additions and 8 deletions

View file

@ -1,4 +1,4 @@
#![type_length_limit = "16777216"]
#![type_length_limit = "20932125"]
pub mod can;
pub mod collections;