Remove unnecessary feature flags for optional deps

This commit is contained in:
Harsha Teja Kanna 2023-12-27 12:09:00 -06:00
parent 635eb4516d
commit 99284e3db5
2 changed files with 0 additions and 4 deletions

View file

@ -16,8 +16,6 @@ fold = []
unparse = ["rustpython-literal"]
visitor = []
all-nodes-with-ranges = []
malachite-bigint = ["dep:malachite-bigint"]
num-bigint = ["dep:num-bigint"]
[dependencies]
rustpython-parser-core = { workspace = true }

View file

@ -10,8 +10,6 @@ rust-version = { workspace = true }
[features]
default = ["malachite-bigint"]
malachite-bigint = ["dep:malachite-bigint"]
num-bigint = ["dep:num-bigint"]
[dependencies]
rustpython-literal = { workspace = true }