Normalize syntax::symbol
imports.
This commit is contained in:
parent
75e4783f63
commit
4ff12ce4c1
174 changed files with 188 additions and 184 deletions
|
@ -6,10 +6,10 @@ use rustc::session::config::PrintRequest;
|
|||
use rustc::session::Session;
|
||||
use rustc_data_structures::fx::FxHashSet;
|
||||
use rustc_feature::UnstableFeatures;
|
||||
use rustc_span::symbol::sym;
|
||||
use rustc_span::symbol::Symbol;
|
||||
use rustc_target::spec::{MergeFunctions, PanicStrategy};
|
||||
use std::ffi::CString;
|
||||
use syntax::symbol::sym;
|
||||
|
||||
use std::slice;
|
||||
use std::str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue