From aba2aa23ef3bfbf5fad791a10231c1476aaf9628 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Sun, 4 Aug 2019 18:09:52 -0400 Subject: [PATCH] Remove unused AstBuilder --- tests/testsuite/cross_compile.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/testsuite/cross_compile.rs b/tests/testsuite/cross_compile.rs index c725c1a01e2..e0d47ac703f 100644 --- a/tests/testsuite/cross_compile.rs +++ b/tests/testsuite/cross_compile.rs @@ -209,7 +209,6 @@ fn plugin_deps() { use syntax::source_map::Span; use syntax::ast::*; use syntax::ext::base::{ExtCtxt, MacEager, MacResult}; - use syntax::ext::build::AstBuilder; #[plugin_registrar] pub fn foo(reg: &mut Registry) { @@ -306,7 +305,6 @@ fn plugin_to_the_max() { use syntax::source_map::Span; use syntax::ast::*; use syntax::ext::base::{ExtCtxt, MacEager, MacResult}; - use syntax::ext::build::AstBuilder; use syntax::ptr::P; #[plugin_registrar]