Replace AstBuilder with inherent methods

This commit is contained in:
Mark Rousskov
2019-07-31 07:40:32 -04:00
parent c9bd4a05bf
commit 0f985817bd
30 changed files with 130 additions and 435 deletions

View File

@@ -1,6 +1,5 @@
use syntax::{ast, panictry};
use syntax::ext::base::{self, *};
use syntax::ext::build::AstBuilder;
use syntax::parse::{self, token, DirectoryOwnership};
use syntax::print::pprust;
use syntax::ptr::P;