diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2018-10-25 15:11:59 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2018-11-03 14:31:09 +0100 |
| commit | c8599191e874ffced8035f4e899505a7e2dafbfa (patch) | |
| tree | 04f991e37455bf7704a5538e93e8ba6ffd38688f /src/Cargo.lock | |
| parent | d46246b14adb519a80cf00d36e72a49a26484eee (diff) | |
| download | rust-c8599191e874ffced8035f4e899505a7e2dafbfa.tar.gz rust-c8599191e874ffced8035f4e899505a7e2dafbfa.zip | |
Remove rustc_metadata_utils, which contains only one function
Diffstat (limited to 'src/Cargo.lock')
| -rw-r--r-- | src/Cargo.lock | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/Cargo.lock b/src/Cargo.lock index 5a77816c9da..b4317864502 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -2144,7 +2144,7 @@ dependencies = [ "rustc_allocator 0.0.0", "rustc_data_structures 0.0.0", "rustc_incremental 0.0.0", - "rustc_metadata_utils 0.0.0", + "rustc_metadata 0.0.0", "rustc_mir 0.0.0", "rustc_target 0.0.0", "serialize 0.0.0", @@ -2291,7 +2291,6 @@ dependencies = [ "rustc 0.0.0", "rustc_data_structures 0.0.0", "rustc_errors 0.0.0", - "rustc_metadata_utils 0.0.0", "rustc_target 0.0.0", "serialize 0.0.0", "syntax 0.0.0", @@ -2300,15 +2299,6 @@ dependencies = [ ] [[package]] -name = "rustc_metadata_utils" -version = "0.0.0" -dependencies = [ - "rustc 0.0.0", - "syntax 0.0.0", - "syntax_pos 0.0.0", -] - -[[package]] name = "rustc_mir" version = "0.0.0" dependencies = [ |
