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 635eb45 commit 99284e3Copy full SHA for 99284e3
ast/Cargo.toml
@@ -16,8 +16,6 @@ fold = []
16
unparse = ["rustpython-literal"]
17
visitor = []
18
all-nodes-with-ranges = []
19
-malachite-bigint = ["dep:malachite-bigint"]
20
-num-bigint = ["dep:num-bigint"]
21
22
[dependencies]
23
rustpython-parser-core = { workspace = true }
format/Cargo.toml
@@ -10,8 +10,6 @@ rust-version = { workspace = true }
10
11
[features]
12
default = ["malachite-bigint"]
13
14
15
rustpython-literal = { workspace = true }
0 commit comments