Split implicit concatenated strings before binary expressions (#7145)

This commit is contained in:
Micha Reiser
2023-09-08 08:51:26 +02:00
committed by GitHub
parent 9671922e40
commit e376c3ff7e
20 changed files with 1067 additions and 366 deletions

View File

@@ -30,6 +30,7 @@ once_cell = { workspace = true }
rustc-hash = { workspace = true }
serde = { workspace = true, optional = true }
smallvec = { workspace = true }
static_assertions = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }
unicode-width = { workspace = true }