mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-22 04:25:11 +00:00
Place comments of left and right binary expression operands (#4751)
This commit is contained in:
parent
0945803427
commit
59148344be
7 changed files with 362 additions and 18 deletions
|
@ -26,6 +26,7 @@ pub(crate) mod other;
|
|||
pub(crate) mod pattern;
|
||||
mod prelude;
|
||||
pub(crate) mod statement;
|
||||
mod trivia;
|
||||
|
||||
include!("../../ruff_formatter/shared_traits.rs");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue