Skip to content

Commit 99284e3

Browse files
committed
Remove unnecessary feature flags for optional deps
1 parent 635eb45 commit 99284e3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

ast/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ fold = []
1616
unparse = ["rustpython-literal"]
1717
visitor = []
1818
all-nodes-with-ranges = []
19-
malachite-bigint = ["dep:malachite-bigint"]
20-
num-bigint = ["dep:num-bigint"]
2119

2220
[dependencies]
2321
rustpython-parser-core = { workspace = true }

format/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ rust-version = { workspace = true }
1010

1111
[features]
1212
default = ["malachite-bigint"]
13-
malachite-bigint = ["dep:malachite-bigint"]
14-
num-bigint = ["dep:num-bigint"]
1513

1614
[dependencies]
1715
rustpython-literal = { workspace = true }

0 commit comments

Comments
 (0)