remove src/tools/common_regex.rs, use proxmox::tools::common_regex instead

This commit is contained in:
Dietmar Maurer
2019-08-03 16:44:31 +02:00
parent fd329bdcd7
commit 7f66c29e5c
5 changed files with 5 additions and 52 deletions

View File

@ -22,8 +22,6 @@ use proxmox::tools::vec;
pub mod async_mutex;
pub mod timer;
pub mod wrapped_reader_stream;
#[macro_use]
pub mod common_regex;
pub mod ticket;
pub mod borrow;
pub mod fs;