Removing recursion from ComplexSelector

formatting

formatting
This commit is contained in:
Matthew 2017-04-10 07:46:50 -04:00
parent ca3cd64d6b
commit ec04de4ab7
4 changed files with 26 additions and 6 deletions

View file

@ -7,6 +7,7 @@
#[macro_use] extern crate matches;
extern crate fnv;
extern crate precomputed_hash;
extern crate smallvec;
pub mod bloom;
pub mod matching;