remove redundant import (clippy::single_component_path_imports)

remove redundant format!() call (clippy::useless_format)
don't use ok() before calling expect() (clippy::ok_expect)
This commit is contained in:
Matthias Krüger
2020-03-19 22:09:26 +01:00
parent 2835ca6584
commit 951a3661ad
3 changed files with 1 additions and 4 deletions

View File

@@ -8,7 +8,6 @@ use rustc_ast::attr;
use rustc_span::symbol::sym;
use rustc_span::FileName;
use serde::Serialize;
use serde_json;
use std::collections::BTreeMap;
use std::ops;