File tree Expand file tree Collapse file tree 4 files changed +273
-292
lines changed Expand file tree Collapse file tree 4 files changed +273
-292
lines changed Original file line number Diff line number Diff line change @@ -4383,7 +4383,6 @@ dependencies = [
4383
4383
name = " rustc_typeck"
4384
4384
version = " 0.0.0"
4385
4385
dependencies = [
4386
- " itertools 0.9.0" ,
4387
4386
" rustc_arena" ,
4388
4387
" rustc_ast" ,
4389
4388
" rustc_attr" ,
@@ -4396,6 +4395,7 @@ dependencies = [
4396
4395
" rustc_lint" ,
4397
4396
" rustc_macros" ,
4398
4397
" rustc_middle" ,
4398
+ " rustc_serialize" ,
4399
4399
" rustc_session" ,
4400
4400
" rustc_span" ,
4401
4401
" rustc_target" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ test = false
8
8
doctest = false
9
9
10
10
[dependencies ]
11
- itertools = " 0.9"
12
11
rustc_arena = { path = " ../rustc_arena" }
13
12
tracing = " 0.1"
14
13
rustc_macros = { path = " ../rustc_macros" }
@@ -28,3 +27,4 @@ rustc_infer = { path = "../rustc_infer" }
28
27
rustc_trait_selection = { path = " ../rustc_trait_selection" }
29
28
rustc_ty_utils = { path = " ../rustc_ty_utils" }
30
29
rustc_lint = { path = " ../rustc_lint" }
30
+ rustc_serialize = { path = " ../rustc_serialize" }
You can’t perform that action at this time.
0 commit comments