File tree Expand file tree Collapse file tree 4 files changed +0
-6
lines changed Expand file tree Collapse file tree 4 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -2985,7 +2985,6 @@ dependencies = [
29852985 " num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
29862986 " parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
29872987 " rustc 0.0.0" ,
2988- " rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
29892988 " rustc_allocator 0.0.0" ,
29902989 " rustc_apfloat 0.0.0" ,
29912990 " rustc_codegen_utils 0.0.0" ,
@@ -3064,7 +3063,6 @@ dependencies = [
30643063 " rustc_target 0.0.0" ,
30653064 " rustc_traits 0.0.0" ,
30663065 " rustc_typeck 0.0.0" ,
3067- " scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
30683066 " serialize 0.0.0" ,
30693067 " smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
30703068 " syntax 0.0.0" ,
@@ -3128,7 +3126,6 @@ dependencies = [
31283126 " rustc_resolve 0.0.0" ,
31293127 " rustc_traits 0.0.0" ,
31303128 " rustc_typeck 0.0.0" ,
3131- " scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
31323129 " serialize 0.0.0" ,
31333130 " smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
31343131 " syntax 0.0.0" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ test = false
1313bitflags = " 1.0.4"
1414cc = " 1.0.1"
1515num_cpus = " 1.0"
16- rustc-demangle = " 0.1.15"
1716memmap = " 0.6"
1817log = " 0.4.5"
1918libc = " 0.2.44"
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ graphviz = { path = "../libgraphviz" }
1515log = " 0.4"
1616env_logger = { version = " 0.5" , default-features = false }
1717rayon = { version = " 0.2.0" , package = " rustc-rayon" }
18- scoped-tls = " 1.0"
1918rustc = { path = " ../librustc" }
2019rustc_allocator = { path = " ../librustc_allocator" }
2120rustc_target = { path = " ../librustc_target" }
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ doctest = false
1313log = " 0.4"
1414rayon = { version = " 0.2.0" , package = " rustc-rayon" }
1515smallvec = { version = " 0.6.7" , features = [" union" , " may_dangle" ] }
16- scoped-tls = " 1.0"
1716syntax = { path = " ../libsyntax" }
1817syntax_ext = { path = " ../libsyntax_ext" }
1918syntax_pos = { path = " ../libsyntax_pos" }
You can’t perform that action at this time.
0 commit comments