Normalize syntax::symbol imports.

This commit is contained in:
Mazdak Farrokhzad 2020-01-01 19:30:57 +01:00
parent 75e4783f63
commit 4ff12ce4c1
174 changed files with 188 additions and 184 deletions

View file

@ -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;