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