Place comments of left and right binary expression operands (#4751)

This commit is contained in:
Micha Reiser 2023-06-01 09:01:32 +02:00 committed by GitHub
parent 0945803427
commit 59148344be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 362 additions and 18 deletions

View file

@ -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");