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

@ -17,8 +17,7 @@ use uuid::Uuid;
//use chrono::{Local, TimeZone};
use proxmox::tools::io::ReadExt;
use crate::tools::vec;
use proxmox::tools::vec;
use super::{DataChunk, DataChunkBuilder};