ruff/crates/ruff_python_formatter/src
Charlie Marsh c297d46899
Remove unused AsFormat trait for Option<T> (#3041)
We should re-add this, but it's currently unused and doesn't compile under 1.66.0.

See: #3039.
2023-02-19 20:19:35 +00:00
..
core Rename some methods on Locator (#2926) 2023-02-15 10:21:49 -05:00
format Unify comment terminology with that of rome_formatter (#2979) 2023-02-17 03:02:25 +00:00
snapshots Use line_suffix for end-of-line comments (#2975) 2023-02-16 18:37:40 -05:00
attachment.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
builders.rs Unify comment terminology with that of rome_formatter (#2979) 2023-02-17 03:02:25 +00:00
cli.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
context.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
cst.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
lib.rs Use line_suffix for end-of-line comments (#2975) 2023-02-16 18:37:40 -05:00
main.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
newlines.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
parentheses.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
shared_traits.rs Remove unused AsFormat trait for Option<T> (#3041) 2023-02-19 20:19:35 +00:00
test.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
trivia.rs Unify comment terminology with that of rome_formatter (#2979) 2023-02-17 03:02:25 +00:00