Replace AstBuilder with inherent methods
This commit is contained in:
parent
c9bd4a05bf
commit
0f985817bd
30 changed files with 130 additions and 435 deletions
|
@ -3,7 +3,6 @@ use errors::{Applicability, DiagnosticBuilder};
|
|||
use syntax::ast::{self, *};
|
||||
use syntax::source_map::Spanned;
|
||||
use syntax::ext::base::*;
|
||||
use syntax::ext::build::AstBuilder;
|
||||
use syntax::parse::token::{self, TokenKind};
|
||||
use syntax::parse::parser::Parser;
|
||||
use syntax::print::pprust;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue