ruff/crates/ruff_python_literal/src
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
..
cformat.rs Remove unused runtime string formatting logic (#6624) 2023-08-16 17:38:33 +00:00
char.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
escape.rs Remove `allow(pedantic)` from formatter (#6549) 2023-08-14 14:02:06 +02:00
float.rs Replace `.map_or(false, $closure)` with `.is_some_and(closure)` (#6244) 2023-08-01 19:29:42 +02:00
format.rs Remove unused runtime string formatting logic (#6624) 2023-08-16 17:38:33 +00:00
lib.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00