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

@ -1,6 +1,5 @@
pub mod error;
pub mod output_destination;
pub mod regexes;
pub mod textbuf;
pub mod tmux;
pub mod ui;
@ -11,6 +10,7 @@ use std::path;
use std::str::FromStr;
use crate::textbuf::alphabet;
use crate::textbuf::regexes;
/// Run copyrat on an input string `buffer`, configured by `Opt`.
///