Skip to content

Commit 01067d1

Browse files
committed
Tidy rustc_abi/Cargo.toml
1 parent fd2aa86 commit 01067d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_abi/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ edition = "2021"
66
[dependencies]
77
# tidy-alphabetical-start
88
bitflags = "2.4.1"
9-
rustc_data_structures = { path = "../rustc_data_structures", optional = true }
109
rand = { version = "0.9.0", default-features = false, optional = true }
1110
rand_xoshiro = { version = "0.7.0", optional = true }
11+
rustc_data_structures = { path = "../rustc_data_structures", optional = true }
1212
rustc_feature = { path = "../rustc_feature", optional = true }
1313
rustc_index = { path = "../rustc_index", default-features = false }
1414
rustc_macros = { path = "../rustc_macros", optional = true }
15-
rustc_serialize = { path = "../rustc_serialize", optional = true }
15+
rustc_serialize = { path = "../rustc_serialize", optional = true }
1616
rustc_span = { path = "../rustc_span", optional = true }
1717
tracing = "0.1"
1818
# tidy-alphabetical-end

0 commit comments

Comments
 (0)