about summary refs log tree commit diff
path: root/src/librustc_codegen_utils/lib.rs
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/lib.rs
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/lib.rs')
-rw-r--r--src/librustc_codegen_utils/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_codegen_utils/lib.rs b/src/librustc_codegen_utils/lib.rs
index 89cf19d0472..f0ce1e9b0ef 100644
--- a/src/librustc_codegen_utils/lib.rs
+++ b/src/librustc_codegen_utils/lib.rs
@@ -35,12 +35,12 @@ extern crate serialize;
 extern crate rustc;
 extern crate rustc_allocator;
 extern crate rustc_target;
+extern crate rustc_metadata;
 extern crate rustc_mir;
 extern crate rustc_incremental;
 extern crate syntax;
 extern crate syntax_pos;
 #[macro_use] extern crate rustc_data_structures;
-extern crate rustc_metadata_utils;
 
 use std::path::PathBuf;