forked from Rust-related/RustPython
Use format and cformat from rustpython-literal (#4968)
* Use `format` and `cformat` from `rustpython-literal` * Remove unused dependencies, use `rustpython-format`
This commit is contained in:
@@ -8,7 +8,6 @@ rustpython-compiler-core = { workspace = true }
|
||||
rustpython-parser-core = { workspace = true }
|
||||
rustpython-doc = { workspace = true }
|
||||
|
||||
indexmap = { workspace = true }
|
||||
itertools = { workspace = true }
|
||||
once_cell = { workspace = true }
|
||||
syn = { workspace = true, features = ["full", "extra-traits"] }
|
||||
|
||||
Reference in New Issue
Block a user