fixup imports in tests and examples
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -5,7 +5,7 @@ extern crate proxmox_backup;
|
||||
use anyhow::{Error};
|
||||
use std::io::{Read, Write};
|
||||
|
||||
use proxmox_backup::backup::*;
|
||||
use pbs_datastore::Chunker;
|
||||
|
||||
struct ChunkWriter {
|
||||
chunker: Chunker,
|
||||
|
@ -1,7 +1,6 @@
|
||||
extern crate proxmox_backup;
|
||||
|
||||
//use proxmox_backup::backup::chunker::*;
|
||||
use proxmox_backup::backup::*;
|
||||
use pbs_datastore::Chunker;
|
||||
|
||||
fn main() {
|
||||
|
||||
|
Reference in New Issue
Block a user