diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-07-09 04:52:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-09 04:52:40 +0200 |
| commit | 4e5bccc46df06bb1d010283cf774401bdaa606e5 (patch) | |
| tree | 12723b9672bc78d2b0dd2771a20ed67396981129 /src | |
| parent | bc18981f21a50653396c66faf9d934a44d8c13e0 (diff) | |
| parent | b06ed52cfd57a971bf71bb8a4dab1a134cd041a3 (diff) | |
| download | rust-4e5bccc46df06bb1d010283cf774401bdaa606e5.tar.gz rust-4e5bccc46df06bb1d010283cf774401bdaa606e5.zip | |
Rollup merge of #62494 - sinkuu:unused_deps, r=alexcrichton
Remove unused dependencies
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc_codegen_ssa/Cargo.toml | 1 | ||||
| -rw-r--r-- | src/librustc_driver/Cargo.toml | 1 | ||||
| -rw-r--r-- | src/librustc_interface/Cargo.toml | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/librustc_codegen_ssa/Cargo.toml b/src/librustc_codegen_ssa/Cargo.toml index 343596feed2..e7ee06df7e1 100644 --- a/src/librustc_codegen_ssa/Cargo.toml +++ b/src/librustc_codegen_ssa/Cargo.toml @@ -13,7 +13,6 @@ test = false bitflags = "1.0.4" cc = "1.0.1" num_cpus = "1.0" -rustc-demangle = "0.1.15" memmap = "0.6" log = "0.4.5" libc = "0.2.44" diff --git a/src/librustc_driver/Cargo.toml b/src/librustc_driver/Cargo.toml index b28b015db75..9a8473e1409 100644 --- a/src/librustc_driver/Cargo.toml +++ b/src/librustc_driver/Cargo.toml @@ -15,7 +15,6 @@ graphviz = { path = "../libgraphviz" } log = "0.4" env_logger = { version = "0.5", default-features = false } rayon = { version = "0.2.0", package = "rustc-rayon" } -scoped-tls = "1.0" rustc = { path = "../librustc" } rustc_allocator = { path = "../librustc_allocator" } rustc_target = { path = "../librustc_target" } diff --git a/src/librustc_interface/Cargo.toml b/src/librustc_interface/Cargo.toml index 82880d21987..2712355d537 100644 --- a/src/librustc_interface/Cargo.toml +++ b/src/librustc_interface/Cargo.toml @@ -13,7 +13,6 @@ doctest = false log = "0.4" rayon = { version = "0.2.0", package = "rustc-rayon" } smallvec = { version = "0.6.7", features = ["union", "may_dangle"] } -scoped-tls = "1.0" syntax = { path = "../libsyntax" } syntax_ext = { path = "../libsyntax_ext" } syntax_pos = { path = "../libsyntax_pos" } |
