Code review feedback

This commit is contained in:
Micha Reiser 2023-05-13 23:29:12 +02:00
parent a913c339f6
commit be93244938
No known key found for this signature in database
9 changed files with 56 additions and 52 deletions

View file

@ -10,7 +10,7 @@ edition = "2021"
[features]
default = ["location"]
location = ["rustpython-ast/location"]
location = ["rustpython-ast/location", "rustpython-parser-core/location"]
serde = ["dep:serde", "rustpython-parser-core/serde"]
all-nodes-with-ranges = ["rustpython-ast/all-nodes-with-ranges"]