From 0e469eaf99e79e375f065410e013daab420d882c Mon Sep 17 00:00:00 2001 From: Noah <33094578+coolreader18@users.noreply.github.com> Date: Wed, 9 Dec 2020 00:11:49 -0600 Subject: [PATCH] Use ahash/phf in parser --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7ceaed9..9baa8ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,6 @@ rustpython-ast = { path = "../ast" } num-complex = { version = "0.3", features = ["serde"] } num-traits = "0.2" log = "0.4" -arrayvec = "0.5" ahash = "0.6" [dev-dependencies]