Skip to content

Commit 3e69335

Browse files
committed
Fix tidy error
1 parent 47936b4 commit 3e69335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_type_ir/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ derivative = "2.2.0"
1010
rustc_data_structures = { path = "../rustc_data_structures", optional = true }
1111
rustc_index = { path = "../rustc_index", default-features = false }
1212
rustc_macros = { path = "../rustc_macros", optional = true }
13-
rustc_span = { path = "../rustc_span", optional = true }
1413
rustc_serialize = { path = "../rustc_serialize", optional = true }
14+
rustc_span = { path = "../rustc_span", optional = true }
1515
smallvec = { version = "1.8.1" }
1616
# tidy-alphabetical-end
1717

@@ -21,8 +21,8 @@ nightly = [
2121
"smallvec/may_dangle",
2222
"smallvec/union",
2323
"rustc_index/nightly",
24-
"rustc_span",
2524
"rustc_serialize",
25+
"rustc_span",
2626
"rustc_data_structures",
2727
"rustc_macros",
2828
]

0 commit comments

Comments
 (0)