diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-01-05 12:02:45 +0100 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-01-11 03:30:20 +0100 |
| commit | 7d6548a14a240d57561df9faaf75c31422137caa (patch) | |
| tree | 8d26bdbc6ecd8c11f0dfcf86d44fc49d8bb60d21 | |
| parent | ae213db0f5d9a513cae9624b1a341f516bb8e1e9 (diff) | |
| download | rust-7d6548a14a240d57561df9faaf75c31422137caa.tar.gz rust-7d6548a14a240d57561df9faaf75c31422137caa.zip | |
rustc_passes: remove unused rustc_parse dep
| -rw-r--r-- | Cargo.lock | 1 | ||||
| -rw-r--r-- | src/librustc_passes/Cargo.toml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 772470d90c5..e96bf84e95b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3807,7 +3807,6 @@ dependencies = [ "rustc_feature", "rustc_hir", "rustc_index", - "rustc_parse", "rustc_session", "rustc_span", "rustc_target", diff --git a/src/librustc_passes/Cargo.toml b/src/librustc_passes/Cargo.toml index 897581b32b5..639d8639c4b 100644 --- a/src/librustc_passes/Cargo.toml +++ b/src/librustc_passes/Cargo.toml @@ -16,7 +16,6 @@ rustc_errors = { path = "../librustc_errors" } rustc_feature = { path = "../librustc_feature" } rustc_hir = { path = "../librustc_hir" } rustc_index = { path = "../librustc_index" } -rustc_parse = { path = "../librustc_parse" } rustc_session = { path = "../librustc_session" } rustc_target = { path = "../librustc_target" } syntax = { path = "../libsyntax" } |
