refactor: Match -> textbuf/matches.rs

This commit is contained in:
graelo 2021-03-20 07:06:33 +01:00
parent f76ed75f5b
commit 7d4d9a8824
3 changed files with 14 additions and 12 deletions

View file

@ -1,4 +1,6 @@
mod matches;
mod model;
mod raw_match;
pub use model::{Match, Model};
pub use matches::Match;
pub use model::Model;