Fix some clippy warnings

This commit can be replicated with
`cargo clippy --fix -Z unstable-options && cargo +nightly-2021-02-10 fmt`.
This commit is contained in:
Joshua Nelson 2021-02-16 23:33:20 -05:00 committed by Caleb Cartwright
parent 432e09e89f
commit c3a5111106
4 changed files with 5 additions and 9 deletions

View file

@ -4,10 +4,9 @@
#![deny(warnings)]
use env_logger;
#[macro_use]
extern crate log;
use regex;
use serde::{Deserialize, Serialize};
use serde_json as json;
use thiserror::Error;