diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2019-07-31 07:40:32 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2019-07-31 08:55:37 -0400 |
| commit | 0f985817bd9a5dbabb84c5fce523bc55ecbedfed (patch) | |
| tree | 662713bb863e36a1763a98ed2a5d5365b10a9cf7 /src/libsyntax_ext/global_allocator.rs | |
| parent | c9bd4a05bf9acfaf5e26f7b8b07dae0012c93d92 (diff) | |
| download | rust-0f985817bd9a5dbabb84c5fce523bc55ecbedfed.tar.gz rust-0f985817bd9a5dbabb84c5fce523bc55ecbedfed.zip | |
Replace AstBuilder with inherent methods
Diffstat (limited to 'src/libsyntax_ext/global_allocator.rs')
| -rw-r--r-- | src/libsyntax_ext/global_allocator.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax_ext/global_allocator.rs b/src/libsyntax_ext/global_allocator.rs index 7225ceb8fc9..f788b513804 100644 --- a/src/libsyntax_ext/global_allocator.rs +++ b/src/libsyntax_ext/global_allocator.rs @@ -3,7 +3,6 @@ use syntax::ast::{self, Arg, Attribute, Expr, FnHeader, Generics, Ident}; use syntax::attr::check_builtin_macro_attribute; use syntax::ext::allocator::{AllocatorKind, AllocatorMethod, AllocatorTy, ALLOCATOR_METHODS}; use syntax::ext::base::{Annotatable, ExtCtxt}; -use syntax::ext::build::AstBuilder; use syntax::ext::hygiene::SyntaxContext; use syntax::ptr::P; use syntax::symbol::{kw, sym, Symbol}; |
