mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
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:
committed by
Caleb Cartwright
parent
432e09e89f
commit
c3a5111106
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user