Normalize syntax::source_map
imports.
This commit is contained in:
parent
766fba3fdc
commit
75e4783f63
83 changed files with 122 additions and 131 deletions
|
@ -1,9 +1,9 @@
|
|||
use super::Parser;
|
||||
|
||||
use rustc_errors::PResult;
|
||||
use rustc_span::source_map::DUMMY_SP;
|
||||
use rustc_span::symbol::{kw, sym};
|
||||
use syntax::ast::{self, Attribute, GenericBounds, GenericParam, GenericParamKind, WhereClause};
|
||||
use syntax::source_map::DUMMY_SP;
|
||||
use syntax::token;
|
||||
|
||||
impl<'a> Parser<'a> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue