ruff/crates/ruff_python_literal
Zanie Blue 6253d8e2c8
Remove unused runtime string formatting logic (#6624)
In https://github.com/astral-sh/ruff/pull/6616 we are adding support for
nested replacements in format specifiers which makes actually formatting
strings infeasible without a great deal of complexity. Since we're not
using these functions (they just exist for runtime use in RustPython),
we can just remove them.
2023-08-16 17:38:33 +00:00
..
src Remove unused runtime string formatting logic (#6624) 2023-08-16 17:38:33 +00:00
Cargo.toml Remove unused runtime string formatting logic (#6624) 2023-08-16 17:38:33 +00:00