refactor: Simplify macro call id construction

This commit is contained in:
Lukas Wirth 2025-05-02 17:26:48 +02:00
parent 298fa81aac
commit 5d43e752ad
8 changed files with 113 additions and 175 deletions

View file

@ -14,7 +14,7 @@ rust-version.workspace = true
[dependencies]
either.workspace = true
itertools.workspace = true
rowan = "=0.15.15"
rowan.workspace = true
rustc-hash.workspace = true
rustc-literal-escaper.workspace = true
smol_str.workspace = true