fix indexer tests

This commit is contained in:
mpostma 2020-11-24 21:43:21 +01:00 committed by many
parent 5e00842087
commit 8843062604
No known key found for this signature in database
GPG key ID: 2CEF23B75189EACA
7 changed files with 1155 additions and 1171 deletions

View file

@ -1,4 +1,4 @@
mod dfa;
pub use self::dfa::{build_dfa, build_prefix_dfa, build_exact_dfa};