about summary refs log tree commit diff
path: root/src/librustc_codegen_utils/Cargo.toml
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2018-10-25 15:11:59 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2018-11-03 14:31:09 +0100
commitc8599191e874ffced8035f4e899505a7e2dafbfa (patch)
tree04f991e37455bf7704a5538e93e8ba6ffd38688f /src/librustc_codegen_utils/Cargo.toml
parentd46246b14adb519a80cf00d36e72a49a26484eee (diff)
downloadrust-c8599191e874ffced8035f4e899505a7e2dafbfa.tar.gz
rust-c8599191e874ffced8035f4e899505a7e2dafbfa.zip
Remove rustc_metadata_utils, which contains only one function
Diffstat (limited to 'src/librustc_codegen_utils/Cargo.toml')
-rw-r--r--src/librustc_codegen_utils/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_codegen_utils/Cargo.toml b/src/librustc_codegen_utils/Cargo.toml
index 3a09e8e4b56..4c57e978414 100644
--- a/src/librustc_codegen_utils/Cargo.toml
+++ b/src/librustc_codegen_utils/Cargo.toml
@@ -20,6 +20,6 @@ rustc = { path = "../librustc" }
 rustc_allocator = { path = "../librustc_allocator" }
 rustc_target = { path = "../librustc_target" }
 rustc_data_structures = { path = "../librustc_data_structures" }
+rustc_metadata = { path = "../librustc_metadata" }
 rustc_mir = { path = "../librustc_mir" }
 rustc_incremental = { path = "../librustc_incremental" }
-rustc_metadata_utils = { path = "../librustc_metadata_utils" }