1
Fork 0

Auto merge of #117928 - nnethercote:rustc_ast_pretty, r=fee1-dead

`rustc_ast_pretty` cleanups

Some improvements I found while looking at this code.

r? `@fee1-dead`
This commit is contained in:
bors 2023-11-22 05:09:33 +00:00
commit cc4bb0de20
27 changed files with 183 additions and 240 deletions

View file

@ -8,7 +8,7 @@ edition = "2021"
ar_archive_writer = "0.1.5"
bitflags = "1.2.1"
cc = "1.0.69"
itertools = "0.10.1"
itertools = "0.11"
jobserver = "0.1.22"
pathdiff = "0.2.0"
regex = "1.4"