Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit d8a4405

Browse files
committed
fix some things
1 parent a0b5647 commit d8a4405

File tree

3 files changed

+576
-584
lines changed

3 files changed

+576
-584
lines changed

compiler/rustc_index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ edition = "2024"
55

66
[dependencies]
77
# tidy-alphabetical-start
8+
itertools = "0.12"
89
rustc_index_macros = { path = "../rustc_index_macros" }
910
rustc_macros = { path = "../rustc_macros", optional = true }
1011
rustc_serialize = { path = "../rustc_serialize", optional = true }
11-
itertools = "0.12"
1212
smallvec = "1.8.1"
1313
# tidy-alphabetical-end
1414

0 commit comments

Comments
 (0)