remove pbs-tools/src/sys.rs

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
Dietmar Maurer
2021-11-25 08:52:17 +01:00
parent 0df179c2b4
commit fddb9bcc3e
4 changed files with 16 additions and 38 deletions

View File

@ -9,7 +9,6 @@ pub mod percent_encoding;
pub mod sha;
pub mod str;
pub mod sync;
pub mod sys;
pub mod ticket;
pub mod async_lru_cache;