Skip to content

Commit 81136cb

Browse files
committed
Sort compiler/rustc_attr/Cargo.toml dependencies.
It's easier to read in sorted order.
1 parent 36aab8d commit 81136cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

compiler/rustc_attr/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ edition = "2021"
66
[lib]
77

88
[dependencies]
9+
rustc_ast = { path = "../rustc_ast" }
910
rustc_ast_pretty = { path = "../rustc_ast_pretty" }
10-
rustc_serialize = { path = "../rustc_serialize" }
11-
rustc_errors = { path = "../rustc_errors" }
12-
rustc_fluent_macro = { path = "../rustc_fluent_macro" }
13-
rustc_span = { path = "../rustc_span" }
1411
rustc_data_structures = { path = "../rustc_data_structures" }
12+
rustc_errors = { path = "../rustc_errors" }
1513
rustc_feature = { path = "../rustc_feature" }
14+
rustc_fluent_macro = { path = "../rustc_fluent_macro" }
1615
rustc_lexer = { path = "../rustc_lexer" }
1716
rustc_macros = { path = "../rustc_macros" }
17+
rustc_serialize = { path = "../rustc_serialize" }
1818
rustc_session = { path = "../rustc_session" }
19-
rustc_ast = { path = "../rustc_ast" }
19+
rustc_span = { path = "../rustc_span" }

0 commit comments

Comments
 (0)