mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-05-28 10:45:55 +00:00
datastore: fix compiler warning for unused FromStr import
Fixes: 161a8864
("fix #4357: datastore: take into account namespaces ...")
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
18c2110b38
commit
071d345781
@ -2,7 +2,6 @@ use std::collections::{HashMap, HashSet};
|
||||
use std::io::{self, Write};
|
||||
use std::os::unix::io::AsRawFd;
|
||||
use std::path::{Path, PathBuf};
|
||||
use std::str::FromStr;
|
||||
use std::sync::{Arc, Mutex};
|
||||
|
||||
use anyhow::{bail, format_err, Error};
|
||||
|
Loading…
Reference in New Issue
Block a user