Skip to content

Commit 0804b70

Browse files
committed
Remove unnecessary dependencies.
1 parent b1ea2d7 commit 0804b70

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

Cargo.lock

-2
Original file line numberDiff line numberDiff line change
@@ -3716,7 +3716,6 @@ dependencies = [
37163716
"rustc_const_eval",
37173717
"rustc_data_structures",
37183718
"rustc_error_codes",
3719-
"rustc_error_messages",
37203719
"rustc_errors",
37213720
"rustc_expand",
37223721
"rustc_feature",
@@ -3868,7 +3867,6 @@ dependencies = [
38683867
"rustc_arena",
38693868
"rustc_ast",
38703869
"rustc_data_structures",
3871-
"rustc_error_messages",
38723870
"rustc_index",
38733871
"rustc_macros",
38743872
"rustc_serialize",

compiler/rustc_driver_impl/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ rustc_codegen_ssa = { path = "../rustc_codegen_ssa" }
1616
rustc_const_eval = { path = "../rustc_const_eval" }
1717
rustc_data_structures = { path = "../rustc_data_structures" }
1818
rustc_error_codes = { path = "../rustc_error_codes" }
19-
rustc_error_messages = { path = "../rustc_error_messages" }
2019
rustc_errors = { path = "../rustc_errors" }
2120
rustc_expand = { path = "../rustc_expand" }
2221
rustc_feature = { path = "../rustc_feature" }

compiler/rustc_hir/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ odht = { version = "0.3.1", features = ["nightly"] }
99
rustc_arena = { path = "../rustc_arena" }
1010
rustc_ast = { path = "../rustc_ast" }
1111
rustc_data_structures = { path = "../rustc_data_structures" }
12-
rustc_error_messages = { path = "../rustc_error_messages" }
1312
rustc_index = { path = "../rustc_index" }
1413
rustc_macros = { path = "../rustc_macros" }
1514
rustc_serialize = { path = "../rustc_serialize" }

0 commit comments

Comments
 (0)