refactor: remove process.rs

This commit is contained in:
graelo 2021-03-17 23:32:38 +01:00
parent d2d3e812fc
commit ec03a71bfd
4 changed files with 7 additions and 34 deletions

View file

@ -8,7 +8,6 @@ pub mod colors;
pub mod error;
pub mod model;
pub mod output_destination;
pub mod process;
pub mod regexes;
pub mod selection;
pub mod tmux;