Skip to content

Commit b5d08db

Browse files
committed
Remove unused compiler dependencies
1 parent 19a1d2b commit b5d08db

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

Cargo.lock

-4
Original file line numberDiff line numberDiff line change
@@ -4752,8 +4752,6 @@ checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f"
47524752
name = "rustc_trait_selection"
47534753
version = "0.0.0"
47544754
dependencies = [
4755-
"bitflags 2.5.0",
4756-
"derivative",
47574755
"itertools",
47584756
"rustc_ast",
47594757
"rustc_ast_ir",
@@ -4762,7 +4760,6 @@ dependencies = [
47624760
"rustc_errors",
47634761
"rustc_fluent_macro",
47644762
"rustc_hir",
4765-
"rustc_index",
47664763
"rustc_infer",
47674764
"rustc_macros",
47684765
"rustc_middle",
@@ -4775,7 +4772,6 @@ dependencies = [
47754772
"rustc_target",
47764773
"rustc_transmute",
47774774
"rustc_type_ir",
4778-
"rustc_type_ir_macros",
47794775
"smallvec",
47804776
"tracing",
47814777
]

compiler/rustc_trait_selection/Cargo.toml

-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ edition = "2021"
55

66
[dependencies]
77
# tidy-alphabetical-start
8-
bitflags = "2.4.1"
9-
derivative = "2.2.0"
108
itertools = "0.12"
119
rustc_ast = { path = "../rustc_ast" }
1210
rustc_ast_ir = { path = "../rustc_ast_ir" }
@@ -15,20 +13,17 @@ rustc_data_structures = { path = "../rustc_data_structures" }
1513
rustc_errors = { path = "../rustc_errors" }
1614
rustc_fluent_macro = { path = "../rustc_fluent_macro" }
1715
rustc_hir = { path = "../rustc_hir" }
18-
rustc_index = { path = "../rustc_index" }
1916
rustc_infer = { path = "../rustc_infer" }
2017
rustc_macros = { path = "../rustc_macros" }
2118
rustc_middle = { path = "../rustc_middle" }
2219
rustc_next_trait_solver = { path = "../rustc_next_trait_solver" }
2320
rustc_parse_format = { path = "../rustc_parse_format" }
24-
rustc_query_system = { path = "../rustc_query_system" }
2521
rustc_serialize = { path = "../rustc_serialize" }
2622
rustc_session = { path = "../rustc_session" }
2723
rustc_span = { path = "../rustc_span" }
2824
rustc_target = { path = "../rustc_target" }
2925
rustc_transmute = { path = "../rustc_transmute", features = ["rustc"] }
3026
rustc_type_ir = { path = "../rustc_type_ir" }
31-
rustc_type_ir_macros = { path = "../rustc_type_ir_macros" }
3227
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
3328
tracing = "0.1"
3429
# tidy-alphabetical-end

0 commit comments

Comments
 (0)