diff options
| author | bors <bors@rust-lang.org> | 2023-11-22 05:09:33 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-11-22 05:09:33 +0000 |
| commit | cc4bb0de204516c2852f70df0f3849e542e2c95e (patch) | |
| tree | 858bf272794232098005454a7261a7cacf4d7ccc /compiler/rustc_codegen_ssa | |
| parent | 739d55682659e4a81db6fd83f52b2491505030ea (diff) | |
| parent | 6686221d296128cdc55c2ee48420ce4a8d82f0c0 (diff) | |
| download | rust-cc4bb0de204516c2852f70df0f3849e542e2c95e.tar.gz rust-cc4bb0de204516c2852f70df0f3849e542e2c95e.zip | |
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`
Diffstat (limited to 'compiler/rustc_codegen_ssa')
| -rw-r--r-- | compiler/rustc_codegen_ssa/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml index d385d367f39..0ca19e5fe4a 100644 --- a/compiler/rustc_codegen_ssa/Cargo.toml +++ b/compiler/rustc_codegen_ssa/Cargo.toml @@ -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" |
