@@ -5,8 +5,6 @@ edition = "2021"
5
5
6
6
[dependencies ]
7
7
# tidy-alphabetical-start
8
- bitflags = " 2.4.1"
9
- derivative = " 2.2.0"
10
8
itertools = " 0.12"
11
9
rustc_ast = { path = " ../rustc_ast" }
12
10
rustc_ast_ir = { path = " ../rustc_ast_ir" }
@@ -15,20 +13,17 @@ rustc_data_structures = { path = "../rustc_data_structures" }
15
13
rustc_errors = { path = " ../rustc_errors" }
16
14
rustc_fluent_macro = { path = " ../rustc_fluent_macro" }
17
15
rustc_hir = { path = " ../rustc_hir" }
18
- rustc_index = { path = " ../rustc_index" }
19
16
rustc_infer = { path = " ../rustc_infer" }
20
17
rustc_macros = { path = " ../rustc_macros" }
21
18
rustc_middle = { path = " ../rustc_middle" }
22
19
rustc_next_trait_solver = { path = " ../rustc_next_trait_solver" }
23
20
rustc_parse_format = { path = " ../rustc_parse_format" }
24
- rustc_query_system = { path = " ../rustc_query_system" }
25
21
rustc_serialize = { path = " ../rustc_serialize" }
26
22
rustc_session = { path = " ../rustc_session" }
27
23
rustc_span = { path = " ../rustc_span" }
28
24
rustc_target = { path = " ../rustc_target" }
29
25
rustc_transmute = { path = " ../rustc_transmute" , features = [" rustc" ] }
30
26
rustc_type_ir = { path = " ../rustc_type_ir" }
31
- rustc_type_ir_macros = { path = " ../rustc_type_ir_macros" }
32
27
smallvec = { version = " 1.8.1" , features = [" union" , " may_dangle" ] }
33
28
tracing = " 0.1"
34
29
# tidy-alphabetical-end
0 commit comments