mirror of
https://git.proxmox.com/git/proxmox-backup-qemu
synced 2025-11-01 13:19:52 +00:00
cleanup: use TryFutureExt (for .map_err())
This commit is contained in:
parent
2caede3c76
commit
22058d9a02
@ -4,8 +4,7 @@ use std::sync::{Mutex, Arc};
|
||||
use std::ptr;
|
||||
use std::ffi::CString;
|
||||
|
||||
use futures::future::Future;
|
||||
use futures::*; // fixme: remove
|
||||
use futures::future::{Future, TryFutureExt};
|
||||
use serde_json::{json, Value};
|
||||
|
||||
use proxmox_backup::backup::*;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user