Fix invalid syntax for binary expression in unary op (#5370)
This commit is contained in:
@@ -26,6 +26,7 @@ once_cell = { workspace = true }
|
||||
rustc-hash = { workspace = true }
|
||||
rustpython-parser = { workspace = true }
|
||||
serde = { workspace = true, optional = true }
|
||||
smallvec = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
ruff_formatter = { path = "../ruff_formatter", features = ["serde"]}
|
||||
|
||||
Reference in New Issue
Block a user