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:
parent
432e09e89f
commit
c3a5111106
4 changed files with 5 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue