File tree 4 files changed +0
-6
lines changed
4 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -2985,7 +2985,6 @@ dependencies = [
2985
2985
" num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2986
2986
" parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2987
2987
" rustc 0.0.0" ,
2988
- " rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
2989
2988
" rustc_allocator 0.0.0" ,
2990
2989
" rustc_apfloat 0.0.0" ,
2991
2990
" rustc_codegen_utils 0.0.0" ,
@@ -3064,7 +3063,6 @@ dependencies = [
3064
3063
" rustc_target 0.0.0" ,
3065
3064
" rustc_traits 0.0.0" ,
3066
3065
" rustc_typeck 0.0.0" ,
3067
- " scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
3068
3066
" serialize 0.0.0" ,
3069
3067
" smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
3070
3068
" syntax 0.0.0" ,
@@ -3128,7 +3126,6 @@ dependencies = [
3128
3126
" rustc_resolve 0.0.0" ,
3129
3127
" rustc_traits 0.0.0" ,
3130
3128
" rustc_typeck 0.0.0" ,
3131
- " scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
3132
3129
" serialize 0.0.0" ,
3133
3130
" smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
3134
3131
" syntax 0.0.0" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ test = false
13
13
bitflags = " 1.0.4"
14
14
cc = " 1.0.1"
15
15
num_cpus = " 1.0"
16
- rustc-demangle = " 0.1.15"
17
16
memmap = " 0.6"
18
17
log = " 0.4.5"
19
18
libc = " 0.2.44"
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ graphviz = { path = "../libgraphviz" }
15
15
log = " 0.4"
16
16
env_logger = { version = " 0.5" , default-features = false }
17
17
rayon = { version = " 0.2.0" , package = " rustc-rayon" }
18
- scoped-tls = " 1.0"
19
18
rustc = { path = " ../librustc" }
20
19
rustc_allocator = { path = " ../librustc_allocator" }
21
20
rustc_target = { path = " ../librustc_target" }
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ doctest = false
13
13
log = " 0.4"
14
14
rayon = { version = " 0.2.0" , package = " rustc-rayon" }
15
15
smallvec = { version = " 0.6.7" , features = [" union" , " may_dangle" ] }
16
- scoped-tls = " 1.0"
17
16
syntax = { path = " ../libsyntax" }
18
17
syntax_ext = { path = " ../libsyntax_ext" }
19
18
syntax_pos = { path = " ../libsyntax_pos" }
You can’t perform that action at this time.
0 commit comments