replace tools::vec with proxmox::tools::vec

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2019-07-01 11:03:25 +02:00
parent d0162d53d3
commit f35197f449
6 changed files with 8 additions and 105 deletions

View File

@ -22,6 +22,8 @@ use std::collections::HashMap;
use serde_json::Value;
use proxmox::tools::vec;
pub mod async_mutex;
pub mod timer;
pub mod wrapped_reader_stream;
@ -36,7 +38,6 @@ pub mod daemon;
pub mod procfs;
pub mod acl;
pub mod xattr;
pub mod vec;
pub mod futures;
mod process_locker;