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/librustc_codegen_utils/Cargo.toml | |
| parent | d46246b14adb519a80cf00d36e72a49a26484eee (diff) | |
| download | rust-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.toml | 2 |
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" } |
