mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-04 02:39:22 +00:00
Code review feedback
This commit is contained in:
parent
a913c339f6
commit
be93244938
9 changed files with 56 additions and 52 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue