Use SmallVec for patterns

This commit is contained in:
Richard Feldman 2019-05-29 17:44:20 -04:00
parent b034e8a486
commit 6c0e34f5fc
8 changed files with 26 additions and 6 deletions

View file

@ -12,4 +12,5 @@ extern crate dogged;
extern crate im_rc;
extern crate smallvec;
#[macro_use] extern crate combine;