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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user