Replace AstBuilder with inherent methods
This commit is contained in:
parent
c9bd4a05bf
commit
0f985817bd
30 changed files with 130 additions and 435 deletions
|
@ -5,7 +5,6 @@
|
|||
|
||||
use syntax::ast::{self, Ident, GenericArg};
|
||||
use syntax::ext::base::{self, *};
|
||||
use syntax::ext::build::AstBuilder;
|
||||
use syntax::symbol::{kw, sym, Symbol};
|
||||
use syntax_pos::Span;
|
||||
use syntax::tokenstream;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue