about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2018-06-22 14:35:53 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2018-07-07 10:52:19 +0200
commitc61531dc55296f7c4b58e52b1d3b53dbaa0713cc (patch)
tree0b49c5841c129d6a9222a075de97e3ed0f2aa6f4
parentb723bc1fa92647f1d91eabf5b86df22eacd16838 (diff)
downloadrust-c61531dc55296f7c4b58e52b1d3b53dbaa0713cc.tar.gz
rust-c61531dc55296f7c4b58e52b1d3b53dbaa0713cc.zip
Remove unused rustc_driver dependency on ar
-rw-r--r--src/librustc_driver/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustc_driver/Cargo.toml b/src/librustc_driver/Cargo.toml
index 5b75912c18f..7a020f331e5 100644
--- a/src/librustc_driver/Cargo.toml
+++ b/src/librustc_driver/Cargo.toml
@@ -37,5 +37,3 @@ serialize = { path = "../libserialize" }
 syntax = { path = "../libsyntax" }
 syntax_ext = { path = "../libsyntax_ext" }
 syntax_pos = { path = "../libsyntax_pos" }
-
-ar = "0.3.0"