Normalize syntax::symbol
imports.
This commit is contained in:
parent
75e4783f63
commit
4ff12ce4c1
174 changed files with 188 additions and 184 deletions
|
@ -3,9 +3,9 @@ use crate::core::DocContext;
|
|||
use crate::fold::{self, DocFolder};
|
||||
use crate::passes::Pass;
|
||||
|
||||
use rustc_span::symbol::sym;
|
||||
use rustc_span::FileName;
|
||||
use syntax::attr;
|
||||
use syntax::symbol::sym;
|
||||
|
||||
use std::collections::BTreeMap;
|
||||
use std::ops;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue