Replace AstBuilder with inherent methods
This commit is contained in:
@@ -7,7 +7,6 @@ use rustc_data_structures::thin_vec::ThinVec;
|
||||
use syntax::ast::{self, Ident};
|
||||
use syntax::ast::{Expr, MetaItem};
|
||||
use syntax::ext::base::{Annotatable, ExtCtxt};
|
||||
use syntax::ext::build::AstBuilder;
|
||||
use syntax::ptr::P;
|
||||
use syntax::symbol::sym;
|
||||
use syntax_pos::{DUMMY_SP, Span};
|
||||
|
||||
Reference in New Issue
Block a user