Skip to content

Commit

Permalink
Remove unused AstBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Aug 4, 2019
1 parent 572eaf2 commit aba2aa2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testsuite/cross_compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit aba2aa2

Please sign in to comment.