Optimize the size of Instruction

This commit is contained in:
Noah 2020-12-10 11:22:21 -06:00
parent 3c469eaa26
commit 452cd308d5

View file

@ -13,6 +13,7 @@ itertools = "0.9"
rustpython-bytecode = { path = "../bytecode", version = "0.1.1" }
rustpython-ast = { path = "../ast" }
num-complex = { version = "0.3", features = ["serde"] }
num-traits = "0.2"
log = "0.4"
arrayvec = "0.5"