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::os::unix::fs::MetadataExt;
use anyhow::{format_err, Error};
use anyhow::{Error};
use serde_json::Value;
use lazy_static::lazy_static;