Remove rustc_metadata_utils, which contains only one function
This commit is contained in:
parent
d46246b14a
commit
c8599191e8
9 changed files with 35 additions and 76 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue