diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2018-06-22 14:35:53 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2018-07-07 10:52:19 +0200 |
| commit | c61531dc55296f7c4b58e52b1d3b53dbaa0713cc (patch) | |
| tree | 0b49c5841c129d6a9222a075de97e3ed0f2aa6f4 | |
| parent | b723bc1fa92647f1d91eabf5b86df22eacd16838 (diff) | |
| download | rust-c61531dc55296f7c4b58e52b1d3b53dbaa0713cc.tar.gz rust-c61531dc55296f7c4b58e52b1d3b53dbaa0713cc.zip | |
Remove unused rustc_driver dependency on ar
| -rw-r--r-- | src/librustc_driver/Cargo.toml | 2 |
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" |
