mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Auto merge of #7210 - Mark-Simulacrum:remove-useless-builder, r=ehuss
Remove unused AstBuilder This was removed in a recent rustc PR (https://github.com/rust-lang/rust/pull/63146), replaced with inherent impls.
This commit is contained in:
commit
fe7b4275d3
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user