mirror of https://github.com/astral-sh/ruff
Use ahash/phf in parser
This commit is contained in:
parent
dab7e20a33
commit
6603b4a124
|
|
@ -15,7 +15,6 @@ rustpython-ast = { path = "../ast" }
|
||||||
num-complex = { version = "0.3", features = ["serde"] }
|
num-complex = { version = "0.3", features = ["serde"] }
|
||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
arrayvec = "0.5"
|
|
||||||
ahash = "0.6"
|
ahash = "0.6"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue