We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a933076 commit 7865cacCopy full SHA for 7865cac
Cargo.toml
@@ -11,7 +11,7 @@ edition = "2018"
11
indexmap = "1.0"
12
itertools = "0.10.0"
13
rustpython-bytecode = { path = "../bytecode", version = "0.1.1" }
14
-rustpython-ast = { path = "../ast" }
+rustpython-ast = { path = "../ast", features = ["unparse"] }
15
num-complex = { version = "0.4.0", features = ["serde"] }
16
num-traits = "0.2"
17
log = "0.4"
0 commit comments