avoid compiler warning

This commit is contained in:
Dietmar Maurer 2020-06-02 07:42:38 +02:00
parent 18e663ce6f
commit 234bd5a47c

View File

@ -1,6 +1,5 @@
use anyhow::{bail, Error};
use std::sync::Arc;
use std::os::unix::fs::OpenOptionsExt;
use proxmox_backup::tools::runtime::block_on;
use proxmox_backup::backup::*;