about summary refs log tree commit diff
path: root/compiler
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-12-31 20:58:36 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-12-31 20:58:36 +0000
commit3e69335c447a3ca93e4957ee2f4e66d13149e38c (patch)
tree8c2603311f15ecbe500ce8e4ae6a606acd04afd6 /compiler
parent47936b4813398435189501f2390f27296187c32c (diff)
downloadrust-3e69335c447a3ca93e4957ee2f4e66d13149e38c.tar.gz
rust-3e69335c447a3ca93e4957ee2f4e66d13149e38c.zip
Fix tidy error
Diffstat (limited to 'compiler')
-rw-r--r--compiler/rustc_type_ir/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_type_ir/Cargo.toml b/compiler/rustc_type_ir/Cargo.toml
index 3a94256f402..59966423f7f 100644
--- a/compiler/rustc_type_ir/Cargo.toml
+++ b/compiler/rustc_type_ir/Cargo.toml
@@ -10,8 +10,8 @@ derivative = "2.2.0"
 rustc_data_structures = { path = "../rustc_data_structures", optional = true }
 rustc_index = { path = "../rustc_index", default-features = false }
 rustc_macros = { path = "../rustc_macros", optional = true }
-rustc_span = { path = "../rustc_span", optional = true }
 rustc_serialize = { path = "../rustc_serialize", optional = true }
+rustc_span = { path = "../rustc_span", optional = true }
 smallvec = { version = "1.8.1" }
 # tidy-alphabetical-end
 
@@ -21,8 +21,8 @@ nightly = [
     "smallvec/may_dangle",
     "smallvec/union",
     "rustc_index/nightly",
-    "rustc_span",
     "rustc_serialize",
+    "rustc_span",
     "rustc_data_structures",
     "rustc_macros",
 ]