ruff/crates/ruff_formatter
konsti 8f9753f58e
Comments outside expression parentheses (#7873)
<!--
Thank you for contributing to Ruff! To help us out with reviewing,
please consider the following:

- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title?
- Does this pull request include references to any relevant issues?
-->

## Summary

Fixes https://github.com/astral-sh/ruff/issues/7448
Fixes https://github.com/astral-sh/ruff/issues/7892

I've removed automatic dangling comment formatting, we're doing manual
dangling comment formatting everywhere anyway (the
assert-all-comments-formatted ensures this) and dangling comments would
break the formatting there.

## Test Plan

New test file.

---------

Co-authored-by: Micha Reiser <micha@reiser.io>
2023-10-19 09:24:11 +00:00
..
src Comments outside expression parentheses (#7873) 2023-10-19 09:24:11 +00:00
Cargo.toml Use workspace tracing in ruff_formatter crate (#7849) 2023-10-08 09:50:10 -04:00
shared_traits.rs Implement IntoFormat for &T (#4781) 2023-06-01 12:20:49 +02:00