Skip to content

Commit aba2aa2

Browse files
Remove unused AstBuilder
1 parent 572eaf2 commit aba2aa2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/testsuite/cross_compile.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ fn plugin_deps() {
209209
use syntax::source_map::Span;
210210
use syntax::ast::*;
211211
use syntax::ext::base::{ExtCtxt, MacEager, MacResult};
212-
use syntax::ext::build::AstBuilder;
213212
214213
#[plugin_registrar]
215214
pub fn foo(reg: &mut Registry) {
@@ -306,7 +305,6 @@ fn plugin_to_the_max() {
306305
use syntax::source_map::Span;
307306
use syntax::ast::*;
308307
use syntax::ext::base::{ExtCtxt, MacEager, MacResult};
309-
use syntax::ext::build::AstBuilder;
310308
use syntax::ptr::P;
311309
312310
#[plugin_registrar]

0 commit comments

Comments
 (0)