ruff/crates/ruff_python_formatter/resources
Charlie Marsh 26bba11be6
Manually format comments around := in named expressions (#6634)
## Summary

Attaches comments around the `:=` operator in a named expression as
dangling, and formats them manually in the `named_expr.rs` formatter.

Closes https://github.com/astral-sh/ruff/issues/5695.

## Test Plan

`cargo test`
2023-08-18 03:10:45 +00:00
..
test/fixtures Manually format comments around := in named expressions (#6634) 2023-08-18 03:10:45 +00:00