Skip to content

Commit fe7b427

Browse files
committed
Auto merge of #7210 - Mark-Simulacrum:remove-useless-builder, r=ehuss
Remove unused AstBuilder This was removed in a recent rustc PR (rust-lang/rust#63146), replaced with inherent impls.
2 parents 572eaf2 + aba2aa2 commit fe7b427

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/testsuite/cross_compile.rs

-2
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)