avoid compiler warnings

This commit is contained in:
Dietmar Maurer 2020-06-20 07:24:02 +02:00
parent 3bbe291c51
commit f28cfb322a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
use std::mem::replace;
use anyhow::{bail, format_err, Error};
use anyhow::{bail, Error};
use serde::{Deserialize, Serialize};
use serde_json::{Map, Value};