diff options
| author | Shotaro Yamada <sinkuu@sinkuu.xyz> | 2019-07-09 00:17:42 +0900 |
|---|---|---|
| committer | Shotaro Yamada <sinkuu@sinkuu.xyz> | 2019-07-09 00:17:42 +0900 |
| commit | b06ed52cfd57a971bf71bb8a4dab1a134cd041a3 (patch) | |
| tree | d13628b141e764634c227113418ed56574ecb06e /src/librustc_interface | |
| parent | 10840b8ae2182128f2e1c84b8aaf41452728de07 (diff) | |
| download | rust-b06ed52cfd57a971bf71bb8a4dab1a134cd041a3.tar.gz rust-b06ed52cfd57a971bf71bb8a4dab1a134cd041a3.zip | |
Remove unused dependencies
Diffstat (limited to 'src/librustc_interface')
| -rw-r--r-- | src/librustc_interface/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
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" } |
