about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/expand/allocator.rs
diff options
context:
space:
mode:
authorCamille Gillot <gillot.camille@gmail.com>2021-06-01 09:05:22 +0200
committerGitHub <noreply@github.com>2021-06-01 09:05:22 +0200
commit0f0f3138cb80137b9277b29118c05dbff9a8915e (patch)
tree4809ba7275fdf021453562db97dc0f0e9a5fd598 /compiler/rustc_ast/src/expand/allocator.rs
parentc9c1f8be3fda5b58520c579451d3f5e20736ec90 (diff)
downloadrust-0f0f3138cb80137b9277b29118c05dbff9a8915e.tar.gz
rust-0f0f3138cb80137b9277b29118c05dbff9a8915e.zip
Revert "Reduce the amount of untracked state in TyCtxt"
Diffstat (limited to 'compiler/rustc_ast/src/expand/allocator.rs')
-rw-r--r--compiler/rustc_ast/src/expand/allocator.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_ast/src/expand/allocator.rs b/compiler/rustc_ast/src/expand/allocator.rs
index 1976e4ad3c9..cd27f958e46 100644
--- a/compiler/rustc_ast/src/expand/allocator.rs
+++ b/compiler/rustc_ast/src/expand/allocator.rs
@@ -1,6 +1,6 @@
 use rustc_span::symbol::{sym, Symbol};
 
-#[derive(Clone, Debug, Copy, HashStable_Generic)]
+#[derive(Clone, Copy)]
 pub enum AllocatorKind {
     Global,
     Default,