Move MatchingContext to a new module

This commit is contained in:
Simon Sapin 2017-06-13 00:31:29 +02:00
parent c5c1c1b350
commit 700aaf2bd6
3 changed files with 141 additions and 132 deletions

View file

@ -15,6 +15,7 @@ extern crate smallvec;
pub mod attr;
pub mod bloom;
pub mod context;
pub mod matching;
pub mod parser;
#[cfg(test)] mod size_of_tests;