Normalize syntax::symbol
imports.
This commit is contained in:
parent
75e4783f63
commit
4ff12ce4c1
174 changed files with 188 additions and 184 deletions
|
@ -52,12 +52,12 @@ use rustc_data_structures::flock;
|
|||
use rustc_feature::UnstableFeatures;
|
||||
use rustc_span::hygiene::MacroKind;
|
||||
use rustc_span::source_map::FileName;
|
||||
use rustc_span::symbol::{sym, Symbol};
|
||||
use serde::ser::SerializeSeq;
|
||||
use serde::{Serialize, Serializer};
|
||||
use syntax::ast;
|
||||
use syntax::edition::Edition;
|
||||
use syntax::print::pprust;
|
||||
use syntax::symbol::{sym, Symbol};
|
||||
|
||||
use crate::clean::{self, AttributesExt, Deprecation, GetDefId, SelfTy};
|
||||
use crate::config::RenderOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue