refactor: regexes.rs -> textbuf/regexes.rs

This commit is contained in:
graelo 2021-03-20 09:30:38 +01:00
parent 2c3c7a5456
commit 5904bb1df5
4 changed files with 7 additions and 6 deletions

View file

@ -2,6 +2,7 @@ pub(crate) mod alphabet;
mod matches;
mod model;
mod raw_match;
pub(crate) mod regexes;
pub use matches::Match;
pub use model::Model;