avoid compiler warnings

This commit is contained in:
Dietmar Maurer 2020-06-16 09:46:06 +02:00
parent 5509b199fb
commit 58c51cf3d9
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
use std::collections::{HashSet, HashMap}; use std::collections::{HashSet, HashMap};
use std::os::unix::fs::MetadataExt; use std::os::unix::fs::MetadataExt;
use anyhow::{format_err, Error}; use anyhow::{Error};
use serde_json::Value; use serde_json::Value;
use lazy_static::lazy_static; use lazy_static::lazy_static;

View File

@ -1,4 +1,4 @@
use anyhow::{bail, format_err, Error}; use anyhow::{bail, Error};
use ::serde::{Deserialize, Serialize}; use ::serde::{Deserialize, Serialize};
use proxmox::api::api; use proxmox::api::api;